/freebsd-src/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-src/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-src/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-src/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-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | EnumCastOutOfRangeChecker.cpp | 77 llvm::transform(ED->enumerators(), DeclValues.begin(), in getDeclValuesForEnum()
|
/freebsd-src/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>
|
/freebsd-src/sys/x86/x86/ |
H A D | local_apic.c | 1810 * APIC probing support code. This includes code to manage enumerators. in DB_SHOW_COMMAND_FLAGS() 1813 static SLIST_HEAD(, apic_enumerator) enumerators = 1814 SLIST_HEAD_INITIALIZER(enumerators); 1823 SLIST_FOREACH(apic_enum, &enumerators, apic_next) { in apic_register_enumerator() 1829 SLIST_INSERT_HEAD(&enumerators, enumerator, apic_next); in apic_register_enumerator() 1851 /* Probe all the enumerators to find the best match. */ in apic_init() 1854 SLIST_FOREACH(enumerator, &enumerators, apic_next) { in apic_init()
|
/freebsd-src/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-src/contrib/llvm-project/clang/lib/AST/ |
H A D | TemplateBase.cpp | 64 for (const EnumConstantDecl *ECD : ET->getDecl()->enumerators()) { in printIntegral()
|
/freebsd-src/contrib/llvm-project/clang/lib/Index/ |
H A D | USRGeneration.cpp | 598 auto enum_range = ED->enumerators(); in VisitTagDecl()
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 1537 !ET->getDecl()->enumerators().empty()) { in ActOnFinishSwitchStmt() 1543 for (auto *EDI : ED->enumerators()) { in ActOnFinishSwitchStmt() 1695 for (auto *EDI : ED->enumerators()) {
|
H A D | SemaTemplateInstantiateDecl.cpp | 1590 for (auto *EC : Pattern->enumerators()) { in InstantiateEnumDefinition() 3491 // must produce (conflicting) enumerators. in instantiateUnresolvedUsingDecl()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | ExtractAPIVisitor.h | 432 // Now collect information about the enumerators in this enum. 434 Decl->enumerators()); in WalkUpFromClassTemplatePartialSpecializationDecl()
|
/freebsd-src/contrib/llvm-project/lldb/docs/ |
H A D | python_api_enums.rst | 7 Python API enumerators and constants
|
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 792 for (auto *Enumerator : EnumDcl->enumerators()) { in UseNSOptionsMacro()
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 954 // For an unscoped enum include the enumerators in the hash since they in AddTopLevelDeclarationToHash() 957 for (const auto *EI : EnumD->enumerators()) { in AddTopLevelDeclarationToHash()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 376 // The enumerators of an unscoped enumeration defined in in isCXXClassMember() 3861 /// promote to. In C, enumerators are generally of an integer type 3862 /// directly, but gcc-style large enumerators (and all enumerators 3886 /// non-negative enumerators of this enum. 3893 /// negative enumerators of this enum. (see getNumNegativeBits) 3960 /// declaration as being defined; its enumerators have already been 3968 // Iterates through the enumerators of this enumeration. in enumerator_end() 3973 enumerator_range enumerators() const { in enumerator_end() 3991 /// Return the integer type that enumerators shoul in getIntegerType() 3957 enumerator_range enumerators() const { enumerators() function [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 8657 // enumerators. Also 0 doesn't make sense when the enumerators are used as in DumpTypeValue() 8659 clang::EnumDecl::enumerator_range enumerators = enum_decl->enumerators(); in DumpTypeValue() 8660 if (enumerators.empty()) in DumpTypeValue() 8663 for (auto *enumerator : enumerators) { in DumpTypeValue() 8698 // with any of the enumerators. in DumpTypeDescription() 8706 for (auto *enumerator : enum_decl->enumerators()) in DumpTypeDescription()
|
/freebsd-src/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-src/contrib/libevent/ |
H A D | ChangeLog-2.0 | 425 o Define enumerators for all HTTP methods, including PATCH from RFC5789 (75a7341 Felix Nawothnig)
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 3521 for (const auto *Enum : ED->enumerators()) { in completeUnusedClass()
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 3675 for (const auto *EC : ED->enumerators()) { in RewriteObjCFieldDeclType()
|