Home
last modified time | relevance | path

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

12

/external/clang/utils/ABITest/
DTypeGen.py61 def __init__(self, index, enumerators): argument
63 self.enumerators = enumerators
69 for i, init in enumerate(self.enumerators):
275 for enumerators in combinations(self.values, numEnumerators):
277 return EnumType(n, enumerators)
DABITestGen.py216 for i in range(0, len(t.enumerators)):
/external/v8/tools/clang/plugins/tests/
Denum_max_value.txt1 …5:3: warning: [chromium-style] kMaxValue enumerator does not match max value 0 of other enumerators
/external/clang/lib/AST/
DTemplateBase.cpp44 for (const EnumConstantDecl* ECD : ET->getDecl()->enumerators()) { in printIntegral()
/external/llvm/include/llvm/Support/
DDwarf.def10 // Macros for running through Dwarf enumerators.
/external/clang/lib/Index/
DUSRGeneration.cpp490 auto enum_range = ED->enumerators(); in VisitTagDecl()
/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.cpp302 for (clang::EnumConstantDecl* enumerator : decl->enumerators()) { in CheckEnumMaxValue()
/external/llvm/docs/
DCodingStandards.rst1127 enumerators are defined in their own small namespace or inside a class,
1128 enumerators should have a prefix corresponding to the enum declaration name.
1129 For example, ``enum ValueKind { ... };`` may contain enumerators like
1307 individual enumerators. To suppress this warning, use ``llvm_unreachable`` after
/external/clang/docs/
DLanguageExtensions.rst466 Clang allows attributes to be written on individual enumerators. This allows
467 enumerators to be deprecated, made unavailable, etc. The attribute must appear
479 Attributes on the ``enum`` declaration do not apply to individual enumerators.
1808 provided, with values corresponding to the enumerators of C11's
DInternalsManual.rst1202 the enumerators ``Red``, ``Green``, and ``Blue``. Thus, traversing the list of
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCodingStandards.rst1189 enumerators are defined in their own small namespace or inside a class,
1190 enumerators should have a prefix corresponding to the enum declaration name.
1191 For example, ``enum ValueKind { ... };`` may contain enumerators like
1375 individual enumerators. To suppress this warning, use ``llvm_unreachable`` after
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DDwarf.def10 // Macros for running through Dwarf enumerators.
/external/clang/lib/Sema/
DSemaStmt.cpp1079 for (auto *EDI : ED->enumerators()) { in ActOnFinishSwitchStmt()
1211 for (auto *EDI : ED->enumerators()) { in DiagnoseAssignmentEnum()
DSemaTemplateInstantiateDecl.cpp975 for (auto *EC : Pattern->enumerators()) { in InstantiateEnumDefinition()
DSemaDecl.cpp11338 for (auto *EI : ED->enumerators()) in ActOnStartOfFunctionDef()
14755 for (auto *E : ED->enumerators()) { in IsValueInFlagEnum()
DSemaCodeComplete.cpp3914 for (auto *E : Enum->enumerators()) { in CodeCompleteCase()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp805 for (auto Enumerator : EnumDcl->enumerators()) { in UseNSOptionsMacro()
/external/clang/lib/Frontend/
DASTUnit.cpp794 for (const auto *EI : EnumD->enumerators()) { in AddTopLevelDeclarationToHash()
/external/clang/include/clang/Basic/
DDiagnosticParseKinds.td84 "missing ',' between enumerators">;
DAttr.td174 // a list of strings to accept, and a list of enumerators to map them to.
/external/clang/include/clang/AST/
DDecl.h3109 enumerator_range enumerators() const { in enumerators() function
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2240 for (const auto *Enum : ED->enumerators()) { in CreateTypeDefinition()
/external/libevent/
DChangeLog-2.0425 o Define enumerators for all HTTP methods, including PATCH from RFC5789 (75a7341 Felix Nawothnig)
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp3683 for (const auto *EC : ED->enumerators()) { in RewriteObjCFieldDeclType()
/external/strace/
DChangeLog-CVS5499 because on Linux they are enumerators.

12