| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | RegisterFlags.cpp | 248 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 D | RegisterTypeBuilderClang.cpp | 72 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 D | OptionValueEnumeration.cpp | 17 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 D | RegisterFlags.h | 39 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 D | DumpRegisterInfo.cpp | 117 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 D | NativeTypeEnum.cpp | 37 // 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 D | NativeSymbolEnumerator.cpp | 1 //===- NativeSymbolEnumerator.cpp - info about enumerators ------*- C++ -*-===//
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueEnumeration.h | 33 OptionValueEnumeration(const OptionEnumValues &enumerators, enum_type value); 72 void SetEnumerations(const OptionEnumValues &enumerators);
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticCategories.h | 1 //===- DiagnosticCategories.h - Diagnostic Categories Enumerators-*- C++ -*===//
|
| H A D | DeclNodes.td | 37 def EnumConstant : DeclNode<Value, "enumerators">;
|
| H A D | IdentifierTable.h | 90 /// - 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 D | ofw_pcibus.h | 42 DECLARE_CLASS(ofw_pcibus_driver); /* PCI Bus Enumerators */
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Swift.def | 9 // Macros for running through Swift enumerators.
|
| H A D | MsgPack.def | 10 /// Macros for running through MessagePack enumerators.
|
| /freebsd/contrib/llvm-project/clang/include/clang-c/ |
| H A D | CXErrorCode.h | 10 |* This header provides the CXErrorCode enumerators. *|
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ |
| H A D | qcom,rpmcc.txt | 36 The clock enumerators are defined in <dt-bindings/clock/qcom,rpmcc.h>
|
| H A D | qcom,rpmcc.yaml | 14 The clock enumerators are defined in <dt-bindings/clock/qcom,rpmcc.h> and
|
| /freebsd/sys/x86/x86/ |
| H A D | local_apic.c | 1813 * 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 D | ClangPersistentVariables.cpp | 97 for (clang::EnumConstantDecl *enumerator_decl : enum_decl->enumerators()) { in RegisterPersistentDecl()
|
| /freebsd/stand/common/ |
| H A D | pnp.c | 9 * We use the PnP enumerators to obtain identifiers for installed hardware,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaBPF.cpp | 108 return llvm::is_contained(ET->getDecl()->enumerators(), Enumerator); in isValidPreserveEnumValueArg()
|
| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_decl.c | 721 * 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 D | APINotesYAMLCompiler.cpp | 529 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 D | Decl.h | 376 // 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 D | ctf.5 | 1087 enumeration contains, which we'll term enumerators. 1104 The enumerators encoded in an enumeration have the following structure in the
|