| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionValueEnumeration.cpp | 18 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 D | OptionValueEnumeration.h | 33 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 D | ClangPersistentVariables.cpp | 62 for (clang::EnumConstantDecl *enumerator_decl : enum_decl->enumerators()) { in RegisterPersistentDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | EnumCastOutOfRangeChecker.cpp | 74 llvm::transform(ED->enumerators(), DeclValues.begin(), in getDeclValuesForEnum()
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPack.def | 11 /// Macros for running through MessagePack enumerators.
|
| H A D | Dwarf.def | 10 // Macros for running through Dwarf enumerators.
|
| /freebsd-12.1/sys/x86/x86/ |
| H A D | local_apic.c | 1822 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 D | DeclNodes.td | 39 def EnumConstant : DDecl<Value, "enumerators">;
|
| H A D | DiagnosticParseKinds.td | 89 "missing ',' between enumerators">;
|
| H A D | AttrDocs.td | 2398 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 D | Attr.td | 209 // 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 D | TemplateBase.cpp | 59 for (const EnumConstantDecl* ECD : ET->getDecl()->enumerators()) { in printIntegral()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 554 auto enum_range = ED->enumerators(); in VisitTagDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 1119 for (auto *EDI : ED->enumerators()) { in ActOnFinishSwitchStmt() 1268 for (auto *EDI : ED->enumerators()) { in DiagnoseAssignmentEnum()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 1092 for (auto *EC : Pattern->enumerators()) { in InstantiateEnumDefinition()
|
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | ChangeLog | 683 Change from #defines to additional cpp_ttype enumerators.
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 795 for (auto Enumerator : EnumDcl->enumerators()) { in UseNSOptionsMacro()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 888 for (const auto *EI : EnumD->enumerators()) { in AddTopLevelDeclarationToHash()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Decl.h | 3453 enumerator_range enumerators() const { in enumerators() function
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree.def | 218 types and enumerators.
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | ChangeLog-1994 | 2286 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 D | ChangeLog-1997 | 1598 * decl.c (build_enumerator): Global enumerators are also readonly.
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 2689 for (const auto *Enum : ED->enumerators()) { in CreateTypeDefinition()
|
| /freebsd-12.1/contrib/libevent/ |
| H A D | ChangeLog-2.0 | 425 o Define enumerators for all HTTP methods, including PATCH from RFC5789 (75a7341 Felix Nawothnig)
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog-2.0 | 425 o Define enumerators for all HTTP methods, including PATCH from RFC5789 (75a7341 Felix Nawothnig)
|