Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueEnumeration.cpp18 const OptionEnumValues &enumerators, enum_type value) in OptionValueEnumeration() argument
21 SetEnumerations(enumerators); in OptionValueEnumeration()
90 const OptionEnumValues &enumerators) { in SetEnumerations() argument
93 for (const auto &enumerator : enumerators) { in SetEnumerations()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueEnumeration.h33 OptionValueEnumeration(const OptionEnumValues &enumerators, enum_type value);
82 void SetEnumerations(const OptionEnumValues &enumerators);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp62 for (clang::EnumConstantDecl *enumerator_decl : enum_decl->enumerators()) { in RegisterPersistentDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp74 llvm::transform(ED->enumerators(), DeclValues.begin(), in getDeclValuesForEnum()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMsgPack.def11 /// Macros for running through MessagePack enumerators.
H A DDwarf.def10 // Macros for running through Dwarf enumerators.
/freebsd-12.1/sys/x86/x86/
H A Dlocal_apic.c1822 static SLIST_HEAD(, apic_enumerator) enumerators =
1823 SLIST_HEAD_INITIALIZER(enumerators);
1832 SLIST_FOREACH(apic_enum, &enumerators, apic_next) { in apic_register_enumerator()
1838 SLIST_INSERT_HEAD(&enumerators, enumerator, apic_next); in apic_register_enumerator()
1863 SLIST_FOREACH(enumerator, &enumerators, apic_next) { in apic_init()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDeclNodes.td39 def EnumConstant : DDecl<Value, "enumerators">;
H A DDiagnosticParseKinds.td89 "missing ',' between enumerators">;
H A DAttrDocs.td2398 enum type takes a value that corresponds to one of the enumerators listed in the
2400 can be constructed using values corresponding to the enumerators. ``open``
H A DAttr.td209 // a list of strings to accept, and a list of enumerators to map them to.
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTemplateBase.cpp59 for (const EnumConstantDecl* ECD : ET->getDecl()->enumerators()) { in printIntegral()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DUSRGeneration.cpp554 auto enum_range = ED->enumerators(); in VisitTagDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1119 for (auto *EDI : ED->enumerators()) { in ActOnFinishSwitchStmt()
1268 for (auto *EDI : ED->enumerators()) { in DiagnoseAssignmentEnum()
H A DSemaTemplateInstantiateDecl.cpp1092 for (auto *EC : Pattern->enumerators()) { in InstantiateEnumDefinition()
/freebsd-12.1/contrib/gcclibs/libcpp/
H A DChangeLog683 Change from #defines to additional cpp_ttype enumerators.
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp795 for (auto Enumerator : EnumDcl->enumerators()) { in UseNSOptionsMacro()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp888 for (const auto *EI : EnumD->enumerators()) { in AddTopLevelDeclarationToHash()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h3453 enumerator_range enumerators() const { in enumerators() function
/freebsd-12.1/contrib/gcc/
H A Dtree.def218 types and enumerators.
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-19942286 rather than the enumerators.
2654 (finish_enum): Also set the type of the enumerators themselves.
4905 * class.c (finish_struct): Deal with enumerators and typedefs
H A DChangeLog-19971598 * decl.c (build_enumerator): Global enumerators are also readonly.
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2689 for (const auto *Enum : ED->enumerators()) { in CreateTypeDefinition()
/freebsd-12.1/contrib/libevent/
H A DChangeLog-2.0425 o Define enumerators for all HTTP methods, including PATCH from RFC5789 (75a7341 Felix Nawothnig)
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A DChangeLog-2.0425 o Define enumerators for all HTTP methods, including PATCH from RFC5789 (75a7341 Felix Nawothnig)

12