/netbsd-src/external/apache2/llvm/dist/clang/utils/ABITest/ |
H A D | TypeGen.py | 62 def __init__(self, index, enumerators): argument 64 self.enumerators = enumerators 70 for i, init in enumerate(self.enumerators): 277 for enumerators in combinations(self.values, numEnumerators): 279 return EnumType(n, enumerators)
|
H A D | ABITestGen.py | 217 for i in range(0, len(t.enumerators)):
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | EnumCastOutOfRangeChecker.cpp | 73 llvm::transform(ED->enumerators(), DeclValues.begin(), in getDeclValuesForEnum()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPack.def | 10 /// Macros for running through MessagePack enumerators.
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | DeclNodes.td | 37 def EnumConstant : DeclNode<Value, "enumerators">;
|
H A D | DiagnosticParseKinds.td | 107 "missing ',' between enumerators">; 125 "%select{|; missing list of enumerators?}0">,
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | ChangeLog-2020 | 851 MOD_EVEX_0F387C): New enumerators. 1486 VEX_W_0FXOP_09_E2_L_0, VEX_W_0FXOP_09_E3_L_0): New enumerators. 1563 VEX_W_0FXOP_09_83): New enumerators. 1590 enumerators. 1654 enumerators. 1666 EVEX_LEN_0F3A21_P_2_W_0, EVEX_LEN_0F3A22_P_2): New enumerators. 1677 (VEX_W_0F3813_P_2, VEX_W_0F3A1D_P_2): New enumerators. 1940 MOD_VEX_0F12_PREFIX_2, MOD_VEX_0F16_PREFIX_2): New enumerators. 1955 MOD_EVEX_0F16_PREFIX_2, MOD_EVEX_0F17, MOD_EVEX_0F2B): New enumerators. 2966 * i386-dis.c (X86_64_C2, X86_64_C3): New enumerators.
|
/netbsd-src/external/gpl3/gdb/dist/opcodes/ |
H A D | ChangeLog-2020 | 851 MOD_EVEX_0F387C): New enumerators. 1486 VEX_W_0FXOP_09_E2_L_0, VEX_W_0FXOP_09_E3_L_0): New enumerators. 1563 VEX_W_0FXOP_09_83): New enumerators. 1590 enumerators. 1654 enumerators. 1666 EVEX_LEN_0F3A21_P_2_W_0, EVEX_LEN_0F3A22_P_2): New enumerators. 1677 (VEX_W_0F3813_P_2, VEX_W_0F3A1D_P_2): New enumerators. 1940 MOD_VEX_0F12_PREFIX_2, MOD_VEX_0F16_PREFIX_2): New enumerators. 1955 MOD_EVEX_0F16_PREFIX_2, MOD_EVEX_0F17, MOD_EVEX_0F2B): New enumerators. 2966 * i386-dis.c (X86_64_C2, X86_64_C3): New enumerators.
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | ChangeLog-2020 | 851 MOD_EVEX_0F387C): New enumerators. 1486 VEX_W_0FXOP_09_E2_L_0, VEX_W_0FXOP_09_E3_L_0): New enumerators. 1563 VEX_W_0FXOP_09_83): New enumerators. 1590 enumerators. 1654 enumerators. 1666 EVEX_LEN_0F3A21_P_2_W_0, EVEX_LEN_0F3A22_P_2): New enumerators. 1677 (VEX_W_0F3813_P_2, VEX_W_0F3A1D_P_2): New enumerators. 1940 MOD_VEX_0F12_PREFIX_2, MOD_VEX_0F16_PREFIX_2): New enumerators. 1955 MOD_EVEX_0F16_PREFIX_2, MOD_EVEX_0F17, MOD_EVEX_0F2B): New enumerators. 2966 * i386-dis.c (X86_64_C2, X86_64_C3): New enumerators.
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | TemplateBase.cpp | 62 for (const EnumConstantDecl* ECD : ET->getDecl()->enumerators()) { in printIntegral()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | unspecs.md | 23 ;; Unspec enumerators for Neon are defined in neon.md. 24 ;; Unspec enumerators for iwmmxt2 are defined in iwmmxt2.md
|
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/ |
H A D | reloc.texi | 3685 enumerators. N.B. the order of the enumerators is important as 3687 enumerators; make sure they are all synced. 3778 enumerators that have direct mapping to ELF reloc codes. There are 3779 a few more enumerators after this one; those are mainly used by the 3781 enumerators. 3785 relocation enumerators. N.B. the order of the enumerators is 3787 by these enumerators; make sure they are all synced. 4179 relocation enumerators that have direct mapping to ELF reloc codes. 4180 There are a few more enumerators after this one; those are mainly 4182 one of the above enumerators.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | unspecs.md | 23 ;; Unspec enumerators for Neon are defined in neon.md. 24 ;; Unspec enumerators for iwmmxt2 are defined in iwmmxt2.md
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | USRGeneration.cpp | 560 auto enum_range = ED->enumerators(); in VisitTagDecl()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | ScudoHardenedAllocator.rst | 273 | | the enumerators of ``scudo_memtag_tuning``. |
|
H A D | CodingStandards.rst | 1106 enumerators are defined in their own small namespace or inside a class, 1107 enumerators should have a prefix corresponding to the enum declaration name. 1108 For example, ``enum ValueKind { ... };`` may contain enumerators like 1298 individual enumerators. To suppress this warning, use ``llvm_unreachable`` after
|
/netbsd-src/external/gpl2/groff/dist/contrib/mom/ |
H A D | NEWS | 16 Extended LIST so it accepts alpha, ROMAN and roman enumerators.
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/ |
H A D | VariableNames.rst | 26 <../CodingStandards.html#name-types-functions-variables-and-enumerators-properly>`_
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | ChangeLog-2008 | 1683 unit_async): New enumerators. Add all new I/O parameters. 1697 * write.c (write_decimal): Use new sign enumerators to set the sign. 1700 * write_float.def: Revise sign enumerators. (calculate_sign): Use new 1701 sign enumerators. (output_float): Likewise. Use new decimal_status flag
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | LanguageExtensions.rst | 618 Clang allows attributes to be written on individual enumerators. This allows 619 enumerators to be deprecated, made unavailable, etc. The attribute must appear 631 Attributes on the ``enum`` declaration do not apply to individual enumerators. 2641 provided, with values corresponding to the enumerators of C11's 2651 corresponding to the enumerators of OpenCL's ``memory_scope`` enumeration.) 3588 - ``enum_constant``: Can be used to apply attributes to enumerators.
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/ |
H A D | reloc.texi | 3766 relocation enumerators. N.B. the order of the enumerators is 3768 by these enumerators; make sure they are all synced. 4179 relocation enumerators that have direct mapping to ELF reloc codes. 4180 There are a few more enumerators after this one; those are mainly 4182 one of the above enumerators.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2012 | 1581 two enumerators before their enumeration is complete. 1587 (finish_member_declaration): Don't change DECL_CONTEXT of enumerators. 1964 * cp-tree.h (enum cp_decl_spec): Add new enumerators to cover all
|
/netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
H A D | ChangeLog-2013 | 1213 bfd reloc enumerators. 1236 reloc enumerators. 1250 * reloc.c: Re-order the AArch64 bfd reloc enumerators.
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-2013 | 1213 bfd reloc enumerators. 1236 reloc enumerators. 1250 * reloc.c: Re-order the AArch64 bfd reloc enumerators.
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | ChangeLog-2013 | 1213 bfd reloc enumerators. 1236 reloc enumerators. 1250 * reloc.c: Re-order the AArch64 bfd reloc enumerators.
|