/freebsd-src/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-src/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 __anon73a4a03d0111::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-src/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-src/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">;
|
/freebsd-src/sys/powerpc/ofw/ |
H A D | ofw_pcibus.h | 42 DECLARE_CLASS(ofw_pcibus_driver); /* PCI Bus Enumerators */
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | EnumCastOutOfRangeChecker.cpp | 77 llvm::transform(ED->enumerators(), DeclValues.begin(), in getDeclValuesForEnum() 156 // enumerators would produce a warning if we were to continue at this point. in checkPreStmt()
|
/freebsd-src/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-src/contrib/llvm-project/clang/include/clang-c/ |
H A D | CXErrorCode.h | 10 |* This header provides the CXErrorCode enumerators. *|
|
H A D | Index.h | 473 * specifying the option policies via CXChoice enumerators. 675 * The enumerators in this enumeration type are meant to be bitwise 918 * The enumerators in this enumeration type are meant to be bitwise 994 * \returns A value that will match one of the enumerators of the CXSaveError 1019 * The enumerators in this enumeration type are meant to be bitwise 5369 * The enumerators in this enumeration can be bitwise-OR'd together to 5408 * The enumerators in this enumeration may be bitwise-OR'd together if multiple 5605 * completion, expressed as a bitwise OR of the enumerators of the 5948 * \returns one of the CXResult enumerators. 5963 * \returns one of the CXResult enumerators [all...] |
/freebsd-src/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-src/sys/x86/x86/ |
H A D | local_apic.c | 1810 * APIC probing support code. This includes code to manage enumerators. in DB_SHOW_COMMAND_FLAGS() 1813 static SLIST_HEAD(, apic_enumerator) enumerators = 1814 SLIST_HEAD_INITIALIZER(enumerators); 1823 SLIST_FOREACH(apic_enum, &enumerators, apic_next) { in apic_register_enumerator() 1829 SLIST_INSERT_HEAD(&enumerators, enumerator, apic_next); in apic_register_enumerator() 1851 /* Probe all the enumerators to find the best match. */ in apic_init() 1854 SLIST_FOREACH(enumerator, &enumerators, apic_next) { in apic_init()
|
/freebsd-src/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-src/stand/common/ |
H A D | pnp.c | 9 * We use the PnP enumerators to obtain identifiers for installed hardware,
|
/freebsd-src/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()
|
H A D | APINotesFormat.h | 92 /// information about the enumerators.
|
/freebsd-src/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-src/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. in enumerator_end() 3973 enumerator_range enumerators() const { in enumerator_end() 3991 /// Return the integer type that enumerators shoul in getIntegerType() 3957 enumerator_range enumerators() const { enumerators() function [all...] |
H A D | DeclarationName.h | 155 /// * The first seven enumerators of StoredNameKind must have the same 156 /// numerical value as the first seven enumerators of NameKind.
|
/freebsd-src/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
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | CodeViewRecordIO.cpp | 283 // This may be because we always consider enumerators to be unsigned. in emitEncodedSignedInteger()
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | CompilerType.h | 407 /// If this type is an enumeration, iterate through all of its enumerators
|