Home
last modified time | relevance | path

Searched refs:enumerators (Results 1 – 25 of 63) sorted by relevance

123

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueEnumeration.cpp17 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 D980825-1.c7 boolean enumerators; member
27 case 'e': Option.include.enumerators = mode; break;
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueEnumeration.h33 OptionValueEnumeration(const OptionEnumValues &enumerators, enum_type value);
72 void SetEnumerations(const OptionEnumValues &enumerators);
/openbsd-src/gnu/llvm/clang/utils/ABITest/
H A DTypeGen.py62 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 DABITestGen.py217 for i in range(0, len(t.enumerators)):
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DSwift.def9 // Macros for running through Swift enumerators.
H A DMsgPack.def10 /// Macros for running through MessagePack enumerators.
H A DDwarf.def9 // Macros for running through Dwarf enumerators.
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp74 llvm::transform(ED->enumerators(), DeclValues.begin(), in getDeclValuesForEnum()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp96 for (clang::EnumConstantDecl *enumerator_decl : enum_decl->enumerators()) { in RegisterPersistentDecl()
/openbsd-src/gnu/llvm/libcxx/utils/
H A Dgenerate_extended_grapheme_cluster_table.py269 PROP_VALUE_ENUM_TEMPLATE.format(enumerators=",\n".join(enumerator_values))
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDeclNodes.td37 def EnumConstant : DeclNode<Value, "enumerators">;
H A DDiagnosticParseKinds.td107 "missing ',' between enumerators">;
125 "%select{|; missing list of enumerators?}0">,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTemplateBase.cpp64 for (const EnumConstantDecl *ECD : ET->getDecl()->enumerators()) { in printIntegral()
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DExtractAPIVisitor.cpp201 recordEnumConstants(EnumRecord, Decl->enumerators()); in VisitEnumDecl()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DUSRGeneration.cpp564 auto enum_range = ED->enumerators(); in VisitTagDecl()
/openbsd-src/gnu/llvm/llvm/docs/
H A DScudoHardenedAllocator.rst273 | | the enumerators of ``scudo_memtag_tuning``. |
H A DCodingStandards.rst1111 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 DVariableNames.rst26 <../CodingStandards.html#name-types-functions-variables-and-enumerators-properly>`_
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp1502 !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 Dpython_api_enums.rst7 Python API enumerators and constants
/openbsd-src/gnu/llvm/clang/docs/
H A DLanguageExtensions.rst873 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 DChangeLog683 Change from #defines to additional cpp_ttype enumerators.
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp795 for (auto *Enumerator : EnumDcl->enumerators()) { in UseNSOptionsMacro()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp937 for (const auto *EI : EnumD->enumerators()) { in AddTopLevelDeclarationToHash()

123