Home
last modified time | relevance | path

Searched refs:enum (Results 1 – 13 of 13) sorted by relevance

/xen/tools/libs/light/
A Didl.py162 def __init__(self, enum, value, name, **kwargs): argument
163 self.enum = enum
166 self.rawname = str.upper(enum.rawname) + "_" + self.valuename
167 self.name = str.upper(enum.value_namespace) + self.rawname
A Didl.txt132 EnumerationValue.enum Reference to containing Enumeration
/xen/stubdom/
A Dvtpm_extern.patch4 @@ -29,7 +29,7 @@ enum {
/xen/docs/features/
A Dintel_psr_cat_cdp.pandoc303 enum cbm_type type[PSR_MAX_COS_NUM];
304 enum cbm_type alt_type;
308 enum cbm_type type);
322 `type` is an array to save all 'enum cbm_type' values of the
387 according to feature position defined in `enum psr_feat_type`.
/xen/xen/scripts/xen_analysis/diff_tool/
A Dunified_format_parser.py7 from enum import Enum
/xen/docs/misra/
A DC-language-toolchain.rst140 * - Incomplete enum declaration
142 - See Section "6.49 Incomplete enum Types" of GCC_MANUAL.
181 * - Redeclaration of already-defined enum
183 - See Section "6.49 Incomplete enum Types" of GCC_MANUAL.
A Drules.rst208 enum and all explicitly signed / unsigned integer types.
360 enums (e.g., enum { A, B, C }) to be used as operands to arithmetic
488 This rule still applies to enum types.
501 breaks the build as we use -Werror) if one of the enum labels is
693 essentially enum type
A Ddeviations.rst400 - The XEN team relies on the fact that the enum is_dying has the
444 - Switch statements having a controlling expression of enum type
446 which warns (and breaks the build as we use -Werror) if one of the enum
/xen/
A DCODING_STYLE85 - the opening brace in definitions of enum, struct, and union
/xen/docs/designs/
A Ddmop.pandoc53 enum neg_errnoval
/xen/automation/eclair_analysis/ECLAIR/
A Dtoolchain.ecl97 ext_forward_ref_enum_def: see Section \"6.49 Incomplete enum Types\" of "GCC_MANUAL".
142 -config=STD.bitfldtp, +behavior={c99, GCC_X86_64, "unsigned char;unsigned short;unsigned long;enum"}
A Ddeviations.ecl449 -doc_begin="The XEN team relies on the fact that the enum is_dying has the
452 …,etypes+={deliberate, "stmt(child(cond,child(expr,ref(^<?domain>?::is_dying$))))","src_type(enum)"}
490 …f enum type deliberately do not have a default case: gcc -Wall enables -Wswitch which warns (and b…
/xen/stubdom/grub.patches/
A D61btrfs.diff413 +typedef enum {
473 +typedef enum {
480 +typedef enum {
1415 +typedef enum {

Completed in 30 milliseconds