Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DOptionValueEnumeration.cpp21 OptionValueEnumeration::OptionValueEnumeration (const OptionEnumValueElement *enumerators, in OptionValueEnumeration() argument
28 SetEnumerations(enumerators); in OptionValueEnumeration()
111 OptionValueEnumeration::SetEnumerations (const OptionEnumValueElement *enumerators) in SetEnumerations() argument
114 if (enumerators) in SetEnumerations()
116 for (size_t i=0; enumerators[i].string_value != NULL; ++i) in SetEnumerations()
118 ConstString const_enumerator_name(enumerators[i].string_value); in SetEnumerations()
119 EnumeratorInfo enumerator_info = { enumerators[i].value, enumerators[i].usage }; in SetEnumerations()
/external/lldb/include/lldb/Interpreter/
DOptionValueEnumeration.h39 OptionValueEnumeration (const OptionEnumValueElement *enumerators, enum_type value);
117 SetEnumerations (const OptionEnumValueElement *enumerators);
/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/libvncserver/
DREADME323 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/
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/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.
1715 provided, with values corresponding to the enumerators of C11's
DInternalsManual.rst1202 the enumerators ``Red``, ``Green``, and ``Blue``. Thus, traversing the list of
/external/llvm/docs/
DCodingStandards.rst1122 enumerators are defined in their own small namespace or inside a class,
1123 enumerators should have a prefix corresponding to the enum declaration name.
1124 For example, ``enum ValueKind { ... };`` may contain enumerators like
1302 individual enumerators. To suppress this warning, use ``llvm_unreachable`` after
/external/clang/lib/Sema/
DSemaStmt.cpp1067 for (auto *EDI : ED->enumerators()) { in ActOnFinishSwitchStmt()
1199 for (auto *EDI : ED->enumerators()) { in DiagnoseAssignmentEnum()
DSemaTemplateInstantiateDecl.cpp827 for (auto *EC : Pattern->enumerators()) { in InstantiateEnumDefinition()
DSemaCodeComplete.cpp3832 for (auto *E : Enum->enumerators()) { in CodeCompleteCase()
DSemaDecl.cpp10446 for (auto *EI : ED->enumerators()) in ActOnStartOfFunctionDef()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp816 for (auto Enumerator : EnumDcl->enumerators()) { in UseNSOptionsMacro()
/external/clang/lib/Frontend/
DASTUnit.cpp790 for (const auto *EI : EnumD->enumerators()) { in AddTopLevelDeclarationToHash()
/external/clang/include/clang/Basic/
DDiagnosticParseKinds.td92 "missing ',' between enumerators">;
DAttr.td167 // a list of strings to accept, and a list of enumerators to map them to.
/external/clang/include/clang/AST/
DDecl.h3041 enumerator_range enumerators() const { in enumerators() function
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1971 for (const auto *Enum : ED->enumerators()) { in CreateTypeDefinition()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp3763 for (const auto *EC : ED->enumerators()) { in RewriteObjCFieldDeclType()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/strace/
DChangeLog-CVS5499 because on Linux they are enumerators.