| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | OptionValueEnumeration.cpp | 17 const OptionEnumValues &enumerators, enum_type value) in OptionValueEnumeration() argument 19 SetEnumerations(enumerators); in OptionValueEnumeration() 86 const OptionEnumValues &enumerators) { in SetEnumerations() argument 89 for (const auto &enumerator : enumerators) { in SetEnumerations()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| H A D | 980825-1.c | 7 boolean enumerators; member 27 case 'e': Option.include.enumerators = mode; break;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueEnumeration.h | 33 OptionValueEnumeration(const OptionEnumValues &enumerators, enum_type value); 72 void SetEnumerations(const OptionEnumValues &enumerators);
|
| /openbsd-src/gnu/llvm/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)):
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | Swift.def | 9 // Macros for running through Swift enumerators.
|
| H A D | MsgPack.def | 10 /// Macros for running through MessagePack enumerators.
|
| H A D | Dwarf.def | 9 // Macros for running through Dwarf enumerators.
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | EnumCastOutOfRangeChecker.cpp | 74 llvm::transform(ED->enumerators(), DeclValues.begin(), in getDeclValuesForEnum()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangPersistentVariables.cpp | 96 for (clang::EnumConstantDecl *enumerator_decl : enum_decl->enumerators()) { in RegisterPersistentDecl()
|
| /openbsd-src/gnu/llvm/libcxx/utils/ |
| H A D | generate_extended_grapheme_cluster_table.py | 269 PROP_VALUE_ENUM_TEMPLATE.format(enumerators=",\n".join(enumerator_values))
|
| /openbsd-src/gnu/llvm/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">,
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 64 for (const EnumConstantDecl *ECD : ET->getDecl()->enumerators()) { in printIntegral()
|
| /openbsd-src/gnu/llvm/clang/lib/ExtractAPI/ |
| H A D | ExtractAPIVisitor.cpp | 201 recordEnumConstants(EnumRecord, Decl->enumerators()); in VisitEnumDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 564 auto enum_range = ED->enumerators(); in VisitTagDecl()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | ScudoHardenedAllocator.rst | 273 | | the enumerators of ``scudo_memtag_tuning``. |
|
| H A D | CodingStandards.rst | 1111 enumerators are defined in their own small namespace or inside a class, 1112 enumerators should have a prefix corresponding to the enum declaration name. 1113 For example, ``enum ValueKind { ... };`` may contain enumerators like 1303 individual enumerators. To suppress this warning, use ``llvm_unreachable`` after
|
| /openbsd-src/gnu/llvm/llvm/docs/Proposals/ |
| H A D | VariableNames.rst | 26 <../CodingStandards.html#name-types-functions-variables-and-enumerators-properly>`_
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 1502 !ET->getDecl()->enumerators().empty()) { in ActOnFinishSwitchStmt() 1508 for (auto *EDI : ED->enumerators()) { in ActOnFinishSwitchStmt() 1660 for (auto *EDI : ED->enumerators()) { in DiagnoseAssignmentEnum()
|
| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | python_api_enums.rst | 7 Python API enumerators and constants
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | LanguageExtensions.rst | 873 Clang allows attributes to be written on individual enumerators. This allows 874 enumerators to be deprecated, made unavailable, etc. The attribute must appear 886 Attributes on the ``enum`` declaration do not apply to individual enumerators. 3445 provided, with values corresponding to the enumerators of C11's 3455 corresponding to the enumerators of OpenCL's ``memory_scope`` enumeration.) 4495 - ``enum_constant``: Can be used to apply attributes to enumerators.
|
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | ChangeLog | 683 Change from #defines to additional cpp_ttype enumerators.
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 795 for (auto *Enumerator : EnumDcl->enumerators()) { in UseNSOptionsMacro()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 937 for (const auto *EI : EnumD->enumerators()) { in AddTopLevelDeclarationToHash()
|