Searched refs:enum (Results 1 – 13 of 13) sorted by relevance
| /xen/tools/libs/light/ |
| A D | idl.py | 162 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 D | idl.txt | 132 EnumerationValue.enum Reference to containing Enumeration
|
| /xen/stubdom/ |
| A D | vtpm_extern.patch | 4 @@ -29,7 +29,7 @@ enum {
|
| /xen/docs/features/ |
| A D | intel_psr_cat_cdp.pandoc | 303 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 D | unified_format_parser.py | 7 from enum import Enum
|
| /xen/docs/misra/ |
| A D | C-language-toolchain.rst | 140 * - 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 D | rules.rst | 208 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 D | deviations.rst | 400 - 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 D | CODING_STYLE | 85 - the opening brace in definitions of enum, struct, and union
|
| /xen/docs/designs/ |
| A D | dmop.pandoc | 53 enum neg_errnoval
|
| /xen/automation/eclair_analysis/ECLAIR/ |
| A D | toolchain.ecl | 97 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 D | deviations.ecl | 449 -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 D | 61btrfs.diff | 413 +typedef enum { 473 +typedef enum { 480 +typedef enum { 1415 +typedef enum {
|
Completed in 30 milliseconds