Home
last modified time | relevance | path

Searched full:enumerators (Results 1 – 25 of 83) sorted by relevance

1234

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterFlags.cpp248 const FieldEnum::Enumerators &enumerators) { in DumpEnumerators() argument
249 for (auto it = enumerators.cbegin(); it != enumerators.cend(); ++it) { in DumpEnumerators()
258 if (std::next(it) != enumerators.cend()) in DumpEnumerators()
297 const FieldEnum::Enumerators &enumerators = enum_type->GetEnumerators(); in DumpEnums() local
298 if (enumerators.empty()) in DumpEnums()
301 // Break between enumerators of different fields. in DumpEnums()
313 DumpEnumerators(strm, indent, current_width, max_width, enumerators); in DumpEnums()
344 const Enumerators &enumerators = GetEnumerators(); in ToXML() local
345 if (enumerators.empty()) { in ToXML()
352 for (const auto &enumerator : enumerators) { in ToXML()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/
H A DRegisterTypeBuilderClang.cpp72 const FieldEnum::Enumerators &enumerators = enum_type->GetEnumerators(); in GetRegisterType() local
73 if (!enumerators.empty()) { in GetRegisterType()
76 // of the enumerators, so we must make one enum type per register size in GetRegisterType()
98 for (auto enumerator : enumerators) { in GetRegisterType()
/freebsd/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/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterFlags.h39 typedef std::vector<Enumerator> Enumerators; typedef
44 FieldEnum(std::string id, const Enumerators &enumerators);
46 const Enumerators &GetEnumerators() const { return m_enumerators; } in GetEnumerators()
56 Enumerators m_enumerators;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpRegisterInfo.cpp117 std::string enumerators = flags_type->DumpEnums(terminal_width); in DoDumpRegisterInfo() local
118 if (enumerators.size()) in DoDumpRegisterInfo()
119 strm << "\n\n" << enumerators; in DoDumpRegisterInfo()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp37 // then A and B are the "enumerators" of the "enum" Foo. And we need
57 std::vector<EnumeratorRecord> Enumerators; member in __anonb3ed33ab0111::NativeEnumEnumEnumerators
83 Enumerators.push_back(Record); in visitKnownMember()
94 return Enumerators.size(); in getChildCount()
105 ClassParent, Enumerators[Index]); in getChildAtIndex()
H A DNativeSymbolEnumerator.cpp1 //===- NativeSymbolEnumerator.cpp - info about enumerators ------*- C++ -*-===//
/freebsd/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/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticCategories.h1 //===- DiagnosticCategories.h - Diagnostic Categories Enumerators-*- C++ -*===//
H A DDeclNodes.td37 def EnumConstant : DeclNode<Value, "enumerators">;
H A DIdentifierTable.h90 /// - ObjCKeywordKind enumerators
91 /// - NotableIdentifierKind enumerators
92 /// - Builtin::ID enumerators
861 /// of the enumerators in this enum. See DeclarationName::StoredNameKind
/freebsd/sys/powerpc/ofw/
H A Dofw_pcibus.h42 DECLARE_CLASS(ofw_pcibus_driver); /* PCI Bus Enumerators */
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DSwift.def9 // Macros for running through Swift enumerators.
H A DMsgPack.def10 /// Macros for running through MessagePack enumerators.
/freebsd/contrib/llvm-project/clang/include/clang-c/
H A DCXErrorCode.h10 |* This header provides the CXErrorCode enumerators. *|
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dqcom,rpmcc.txt36 The clock enumerators are defined in <dt-bindings/clock/qcom,rpmcc.h>
H A Dqcom,rpmcc.yaml14 The clock enumerators are defined in <dt-bindings/clock/qcom,rpmcc.h> and
/freebsd/sys/x86/x86/
H A Dlocal_apic.c1813 * APIC probing support code. This includes code to manage enumerators.
1816 static SLIST_HEAD(, apic_enumerator) enumerators =
1817 SLIST_HEAD_INITIALIZER(enumerators);
1826 SLIST_FOREACH(apic_enum, &enumerators, apic_next) { in apic_register_enumerator()
1832 SLIST_INSERT_HEAD(&enumerators, enumerator, apic_next); in apic_register_enumerator()
1854 /* Probe all the enumerators to find the best match. */ in apic_init()
1857 SLIST_FOREACH(enumerator, &enumerators, apic_next) { in apic_init()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp97 for (clang::EnumConstantDecl *enumerator_decl : enum_decl->enumerators()) { in RegisterPersistentDecl()
/freebsd/stand/common/
H A Dpnp.c9 * We use the PnP enumerators to obtain identifiers for installed hardware,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaBPF.cpp108 return llvm::is_contained(ET->getDecl()->enumerators(), Enumerator); in isValidPreserveEnumValueArg()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.c721 * to identifiers which are previously defined enumerators in the type. in dt_decl_enumerator()
755 * flag this as an error. We only do this for "D" enumerators to in dt_decl_enumerator()
756 * prevent "C" header file enumerators from conflicting with the ever- in dt_decl_enumerator()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp529 IO.mapOptional("Enumerators", TLI.EnumConstants); in mapTopLevelItems()
1049 // Write all enumerators. in convertTopLevelItems()
1052 // Check for duplicate enumerators in convertTopLevelItems()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h376 // The enumerators of an unscoped enumeration defined in in isCXXClassMember()
3861 /// promote to. In C, enumerators are generally of an integer type
3862 /// directly, but gcc-style large enumerators (and all enumerators
3886 /// non-negative enumerators of this enum.
3893 /// negative enumerators of this enum. (see getNumNegativeBits)
3960 /// declaration as being defined; its enumerators have already been
3968 // Iterates through the enumerators of this enumeration.
3973 enumerator_range enumerators() const { in enumerators() function
3991 /// Return the integer type that enumerators should promote to.
4025 /// non-negative enumerators of this enum.
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf.51087 enumeration contains, which we'll term enumerators.
1104 The enumerators encoded in an enumeration have the following structure in the

1234