Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/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()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueEnumeration.h33 OptionValueEnumeration(const OptionEnumValues &enumerators, enum_type value);
72 void SetEnumerations(const OptionEnumValues &enumerators);
/freebsd-src/contrib/llvm-project/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.
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp97 for (clang::EnumConstantDecl *enumerator_decl : enum_decl->enumerators()) { in RegisterPersistentDecl()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp77 llvm::transform(ED->enumerators(), DeclValues.begin(), in getDeclValuesForEnum()
/freebsd-src/sys/contrib/device-tree/Bindings/clock/
H A Dqcom,rpmcc.txt36 The clock enumerators are defined in <dt-bindings/clock/qcom,rpmcc.h>
/freebsd-src/sys/x86/x86/
H A Dlocal_apic.c1810 * 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 DDeclNodes.td37 def EnumConstant : DeclNode<Value, "enumerators">;
H A DDiagnosticParseKinds.td107 "missing ',' between enumerators">;
125 "%select{|; missing list of enumerators?}0">,
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp64 for (const EnumConstantDecl *ECD : ET->getDecl()->enumerators()) { in printIntegral()
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp598 auto enum_range = ED->enumerators(); in VisitTagDecl()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1537 !ET->getDecl()->enumerators().empty()) { in ActOnFinishSwitchStmt()
1543 for (auto *EDI : ED->enumerators()) { in ActOnFinishSwitchStmt()
1695 for (auto *EDI : ED->enumerators()) {
H A DSemaTemplateInstantiateDecl.cpp1590 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 DExtractAPIVisitor.h432 // Now collect information about the enumerators in this enum.
434 Decl->enumerators()); in WalkUpFromClassTemplatePartialSpecializationDecl()
/freebsd-src/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst7 Python API enumerators and constants
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp792 for (auto *Enumerator : EnumDcl->enumerators()) { in UseNSOptionsMacro()
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp954 // 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 DDecl.h376 // 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 DTypeSystemClang.cpp8657 // 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 DChangeLog-2.0425 o Define enumerators for all HTTP methods, including PATCH from RFC5789 (75a7341 Felix Nawothnig)
/freebsd-src/contrib/libevent/
H A DChangeLog-2.0425 o Define enumerators for all HTTP methods, including PATCH from RFC5789 (75a7341 Felix Nawothnig)
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3521 for (const auto *Enum : ED->enumerators()) { in completeUnusedClass()
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3675 for (const auto *EC : ED->enumerators()) { in RewriteObjCFieldDeclType()

12