Home
last modified time | relevance | path

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

12

/freebsd-13.1/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-13.1/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-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DEnumCastOutOfRangeChecker.cpp73 llvm::transform(ED->enumerators(), DeclValues.begin(), in getDeclValuesForEnum()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp94 for (clang::EnumConstantDecl *enumerator_decl : enum_decl->enumerators()) { in RegisterPersistentDecl()
/freebsd-13.1/sys/contrib/device-tree/Bindings/clock/
H A Dqcom,rpmcc.txt30 The clock enumerators are defined in <dt-bindings/clock/qcom,rpmcc.h>
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPack.def10 /// Macros for running through MessagePack enumerators.
H A DDwarf.def9 // Macros for running through Dwarf enumerators.
/freebsd-13.1/sys/x86/x86/
H A Dlocal_apic.c1898 static SLIST_HEAD(, apic_enumerator) enumerators =
1899 SLIST_HEAD_INITIALIZER(enumerators);
1908 SLIST_FOREACH(apic_enum, &enumerators, apic_next) { in apic_register_enumerator()
1914 SLIST_INSERT_HEAD(&enumerators, enumerator, apic_next); in apic_register_enumerator()
1939 SLIST_FOREACH(enumerator, &enumerators, apic_next) { in apic_init()
/freebsd-13.1/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">,
H A DAttr.td241 // a list of strings to accept, and a list of enumerators to map them to.
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp63 for (const EnumConstantDecl* ECD : ET->getDecl()->enumerators()) { in printIntegral()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp560 auto enum_range = ED->enumerators(); in VisitTagDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1465 !empty(ET->getDecl()->enumerators())) { in ActOnFinishSwitchStmt()
1471 for (auto *EDI : ED->enumerators()) { in ActOnFinishSwitchStmt()
1623 for (auto *EDI : ED->enumerators()) { in DiagnoseAssignmentEnum()
H A DSemaTemplateInstantiateDecl.cpp1444 for (auto *EC : Pattern->enumerators()) { in InstantiateEnumDefinition()
H A DSemaDecl.cpp14311 for (auto *EI : ED->enumerators()) in ActOnStartOfFunctionDef()
18168 for (auto *E : ED->enumerators()) { in IsValueInFlagEnum()
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst7 Python API enumerators and constants
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp796 for (auto Enumerator : EnumDcl->enumerators()) { in UseNSOptionsMacro()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp910 for (const auto *EI : EnumD->enumerators()) { in AddTopLevelDeclarationToHash()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3706 enumerator_range enumerators() const { in enumerators() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8811 for (auto *enumerator : enum_decl->enumerators()) { in DumpEnumValue()
8843 for (auto *enumerator : enum_decl->enumerators()) in DumpEnumValue()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3089 for (const auto *Enum : ED->enumerators()) { in CreateTypeDefinition()
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A DChangeLog-2.0425 o Define enumerators for all HTTP methods, including PATCH from RFC5789 (75a7341 Felix Nawothnig)
/freebsd-13.1/contrib/libevent/
H A DChangeLog-2.0425 o Define enumerators for all HTTP methods, including PATCH from RFC5789 (75a7341 Felix Nawothnig)
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3675 for (const auto *EC : ED->enumerators()) { in RewriteObjCFieldDeclType()

12