| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueEnumeration.h | 33 OptionValueEnumeration(const OptionEnumValues &enumerators, enum_type value); 72 void SetEnumerations(const OptionEnumValues &enumerators);
|
| /freebsd-14.2/contrib/llvm-project/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.
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangPersistentVariables.cpp | 97 for (clang::EnumConstantDecl *enumerator_decl : enum_decl->enumerators()) { in RegisterPersistentDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | EnumCastOutOfRangeChecker.cpp | 77 llvm::transform(ED->enumerators(), DeclValues.begin(), in getDeclValuesForEnum()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/clock/ |
| H A D | qcom,rpmcc.txt | 36 The clock enumerators are defined in <dt-bindings/clock/qcom,rpmcc.h>
|
| H A D | qcom,rpmcc.yaml | 14 The clock enumerators are defined in <dt-bindings/clock/qcom,rpmcc.h> and
|
| /freebsd-14.2/sys/x86/x86/ |
| H A D | local_apic.c | 1818 static SLIST_HEAD(, apic_enumerator) enumerators = 1819 SLIST_HEAD_INITIALIZER(enumerators); 1828 SLIST_FOREACH(apic_enum, &enumerators, apic_next) { in apic_register_enumerator() 1834 SLIST_INSERT_HEAD(&enumerators, enumerator, apic_next); in apic_register_enumerator() 1859 SLIST_FOREACH(enumerator, &enumerators, apic_next) { in apic_init()
|
| /freebsd-14.2/contrib/llvm-project/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">,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 64 for (const EnumConstantDecl *ECD : ET->getDecl()->enumerators()) { in printIntegral()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 587 auto enum_range = ED->enumerators(); in VisitTagDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 1514 !ET->getDecl()->enumerators().empty()) { in ActOnFinishSwitchStmt() 1520 for (auto *EDI : ED->enumerators()) { in ActOnFinishSwitchStmt() 1672 for (auto *EDI : ED->enumerators()) { in DiagnoseAssignmentEnum()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 1552 for (auto *EC : Pattern->enumerators()) { in InstantiateEnumDefinition()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | ExtractAPIVisitor.h | 391 Decl->enumerators()); in VisitEnumDecl()
|
| /freebsd-14.2/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 7 Python API enumerators and constants
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 792 for (auto *Enumerator : EnumDcl->enumerators()) { in UseNSOptionsMacro()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 945 for (const auto *EI : EnumD->enumerators()) { in AddTopLevelDeclarationToHash()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 3957 enumerator_range enumerators() const { in enumerators() function
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 8489 for (auto *enumerator : enum_decl->enumerators()) { in DumpEnumValue() 8521 for (auto *enumerator : enum_decl->enumerators()) in DumpEnumValue()
|
| /freebsd-14.2/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)
|
| /freebsd-14.2/contrib/libevent/ |
| H A D | ChangeLog-2.0 | 425 o Define enumerators for all HTTP methods, including PATCH from RFC5789 (75a7341 Felix Nawothnig)
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 3676 for (const auto *EC : ED->enumerators()) { in RewriteObjCFieldDeclType()
|