Home
last modified time | relevance | path

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

12

/freebsd-14.2/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-14.2/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-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp97 for (clang::EnumConstantDecl *enumerator_decl : enum_decl->enumerators()) { in RegisterPersistentDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp77 llvm::transform(ED->enumerators(), DeclValues.begin(), in getDeclValuesForEnum()
/freebsd-14.2/sys/contrib/device-tree/Bindings/clock/
H A Dqcom,rpmcc.txt36 The clock enumerators are defined in <dt-bindings/clock/qcom,rpmcc.h>
H A Dqcom,rpmcc.yaml14 The clock enumerators are defined in <dt-bindings/clock/qcom,rpmcc.h> and
/freebsd-14.2/sys/x86/x86/
H A Dlocal_apic.c1818 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 DDeclNodes.td37 def EnumConstant : DeclNode<Value, "enumerators">;
H A DDiagnosticParseKinds.td107 "missing ',' between enumerators">;
125 "%select{|; missing list of enumerators?}0">,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp64 for (const EnumConstantDecl *ECD : ET->getDecl()->enumerators()) { in printIntegral()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp587 auto enum_range = ED->enumerators(); in VisitTagDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1514 !ET->getDecl()->enumerators().empty()) { in ActOnFinishSwitchStmt()
1520 for (auto *EDI : ED->enumerators()) { in ActOnFinishSwitchStmt()
1672 for (auto *EDI : ED->enumerators()) { in DiagnoseAssignmentEnum()
H A DSemaTemplateInstantiateDecl.cpp1552 for (auto *EC : Pattern->enumerators()) { in InstantiateEnumDefinition()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h391 Decl->enumerators()); in VisitEnumDecl()
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst7 Python API enumerators and constants
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp792 for (auto *Enumerator : EnumDcl->enumerators()) { in UseNSOptionsMacro()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp945 for (const auto *EI : EnumD->enumerators()) { in AddTopLevelDeclarationToHash()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3957 enumerator_range enumerators() const { in enumerators() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8489 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 DChangeLog-2.0425 o Define enumerators for all HTTP methods, including PATCH from RFC5789 (75a7341 Felix Nawothnig)
/freebsd-14.2/contrib/libevent/
H A DChangeLog-2.0425 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 DRewriteModernObjC.cpp3676 for (const auto *EC : ED->enumerators()) { in RewriteObjCFieldDeclType()

12