Searched refs:enumerators (Results 1 – 21 of 21) sorted by relevance
/external/clang/utils/ABITest/ |
D | TypeGen.py | 61 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)
|
D | ABITestGen.py | 216 for i in range(0, len(t.enumerators)):
|
/external/libvncserver/ |
D | README | 323 concept has it's new name (remember what enumerators used to be until 324 Mickeysoft(tm) claimed that enumerators are what we thought were iterators. 325 Yeah right, enumerators are also containers. They are not separated. Muddy.)
|
/external/clang/lib/AST/ |
D | TemplateBase.cpp | 44 for (const EnumConstantDecl* ECD : ET->getDecl()->enumerators()) { in printIntegral()
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.def | 10 // Macros for running through Dwarf enumerators.
|
/external/llvm/docs/ |
D | CodingStandards.rst | 1127 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/ |
D | LanguageExtensions.rst | 466 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. 1760 provided, with values corresponding to the enumerators of C11's
|
D | InternalsManual.rst | 1202 the enumerators ``Red``, ``Green``, and ``Blue``. Thus, traversing the list of
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 1068 for (auto *EDI : ED->enumerators()) { in ActOnFinishSwitchStmt() 1200 for (auto *EDI : ED->enumerators()) { in DiagnoseAssignmentEnum()
|
D | SemaTemplateInstantiateDecl.cpp | 868 for (auto *EC : Pattern->enumerators()) { in InstantiateEnumDefinition()
|
D | SemaDecl.cpp | 10932 for (auto *EI : ED->enumerators()) in ActOnStartOfFunctionDef() 14298 for (auto *E : ED->enumerators()) { in IsValueInFlagEnum()
|
D | SemaCodeComplete.cpp | 3894 for (auto *E : Enum->enumerators()) { in CodeCompleteCase()
|
/external/clang/include/clang/Basic/ |
D | DiagnosticParseKinds.td | 82 "missing ',' between enumerators">;
|
D | Attr.td | 172 // a list of strings to accept, and a list of enumerators to map them to.
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 804 for (auto Enumerator : EnumDcl->enumerators()) { in UseNSOptionsMacro()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 3092 enumerator_range enumerators() const { in enumerators() function
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 794 for (const auto *EI : EnumD->enumerators()) { in AddTopLevelDeclarationToHash()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 2076 for (const auto *Enum : ED->enumerators()) { in CreateTypeDefinition()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 3744 for (const auto *EC : ED->enumerators()) { in RewriteObjCFieldDeclType()
|
/external/libevent/ |
D | ChangeLog | 489 o Define enumerators for all HTTP methods, including PATCH from RFC5789 (75a7341 Felix Nawothnig)
|
/external/strace/ |
D | ChangeLog-CVS | 5499 because on Linux they are enumerators.
|