Home
last modified time | relevance | path

Searched refs:enumerators (Results 1 – 21 of 21) 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.py59 def __init__(self, index, enumerators): argument
61 self.enumerators = enumerators
65 for i, init in enumerate(self.enumerators):
271 for enumerators in combinations(self.values, numEnumerators):
273 return EnumType(n, enumerators)
DABITestGen.py216 for i in range(0, len(t.enumerators)):
/external/chromium_org/ppapi/api/
Dpp_errors.idl11 * This enumeration contains enumerators of all PPAPI error codes.
/external/llvm/docs/
DCodingStandards.rst1089 enumerators are defined in their own small namespace or inside a class,
1090 enumerators should have a prefix corresponding to the enum declaration name.
1091 For example, ``enum ValueKind { ... };`` may contain enumerators like
1269 individual enumerators. To suppress this warning, use ``llvm_unreachable`` after
DSourceLevelDebugging.rst1452 ;; Define the array of enumerators used by composite type Trees.
/external/clang/docs/
DLanguageExtensions.rst405 Clang allows attributes to be written on individual enumerators. This allows
406 enumerators to be deprecated, made unavailable, etc. The attribute must appear
418 Attributes on the ``enum`` declaration do not apply to individual enumerators.
DInternalsManual.rst1187 the enumerators ``Red``, ``Green``, and ``Blue``. Thus, traversing the list of
/external/clang/lib/Sema/
DSemaStmt.cpp1032 for (auto *EDI : ED->enumerators()) { in ActOnFinishSwitchStmt()
1181 for (auto *EDI : ED->enumerators()) { in DiagnoseAssignmentEnum()
DSemaTemplateInstantiateDecl.cpp742 for (auto *EC : Pattern->enumerators()) { in InstantiateEnumDefinition()
DSemaCodeComplete.cpp3785 for (auto *E : Enum->enumerators()) { in CodeCompleteCase()
DSemaDecl.cpp9976 for (auto *EI : ED->enumerators()) in ActOnStartOfFunctionDef()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp662 for (auto Enumerator : EnumDcl->enumerators()) { in UseNSOptionsMacro()
/external/clang/include/clang/Basic/
DDiagnosticParseKinds.td90 "missing ',' between enumerators">;
DAttr.td163 // a list of strings to accept, and a list of enumerators to map them to.
/external/clang/include/clang/AST/
DDecl.h2906 enumerator_range enumerators() const { in enumerators() function
/external/clang/lib/Frontend/
DASTUnit.cpp807 for (const auto *EI : EnumD->enumerators()) { in AddTopLevelDeclarationToHash()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1955 for (const auto *Enum : ED->enumerators()) { in CreateTypeDefinition()
/external/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp3781 for (const auto *EC : ED->enumerators()) { in RewriteObjCFieldDeclType()
/external/strace/
DChangeLog-CVS5499 because on Linux they are enumerators.