| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | OptionValueEnumeration.cpp | 89 for (const auto &enumerator : enumerators) { in SetEnumerations() local 90 ConstString const_enumerator_name(enumerator.string_value); in SetEnumerations() 91 EnumeratorInfo enumerator_info = {enumerator.value, enumerator.usage}; in SetEnumerations()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | params.h | 75 #define DEFPARAM(enumerator, option, msgid, default) \ argument 76 enumerator,
|
| H A D | c-parse.in | 225 %type <ttype> enumlist enumerator 1805 pedwarn ("comma at end of enumerator list"); } 1914 enumerator 1915 | enumlist ',' enumerator 1925 enumerator:
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | params.h | 80 #define DEFPARAM(enumerator, option, msgid, default, min, max) \ argument 81 enumerator,
|
| H A D | treestruct.def | 27 These enumerator values are used in order to distinguish members of union
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| H A D | stack_logging.h | 87 void enumerator(mach_stack_logging_record_t, void *), void *context); 141 void enumerator(stack_logging_record_t, void *), void *context);
|
| /openbsd-src/usr.sbin/tcpdump/ |
| H A D | print-atalk.c | 430 if (tp->enumerator) in nbp_print() 431 printf(" [enum=%d]", tp->enumerator); in nbp_print() 506 if (tp->enumerator != 1) in nbp_tuple_print() 507 printf("(%d)", tp->enumerator); in nbp_tuple_print()
|
| H A D | appletalk.h | 120 u_char enumerator; member
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | OperatorKinds.def | 23 /// corresponding enumerator in OverloadedOperatorKind in 32 /// an enumerator into the TokenKind enumeration.
|
| H A D | RISCVVTypes.def | 25 // - Id is the enumerator defining the type.
|
| H A D | AArch64SVEACLETypes.def | 25 // - BuiltinType::Id is the enumerator defining the type.
|
| H A D | DiagnosticParseKinds.td | 98 "commas at the end of enumerator lists are a C99-specific " 101 "commas at the end of enumerator lists are a C++11 extension">, 104 "commas at the end of enumerator lists are incompatible with C++98">, 461 "expected '= constant-expression' or end of enumerator definition">; 715 "attributes on %select{a namespace|an enumerator}0 declaration are " 718 "attributes on %select{a namespace|an enumerator}0 declaration are "
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/Directive/ |
| H A D | DirectiveBase.td | 28 // Optional prefix used for the generation of the enumerator in the Directive 32 // Optional prefix used for the generation of the enumerator in the Clause
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | UdtRecordCompleter.cpp | 296 EnumeratorRecord &enumerator) { in visitKnownMember() argument 298 llvm::StringRef name = DropNameScope(enumerator.getName()); in visitKnownMember() 301 m_derived_ct, decl, name.str().c_str(), enumerator.Value); in visitKnownMember()
|
| /openbsd-src/gnu/llvm/lldb/examples/darwin/heap_find/heap/ |
| H A D | heap_find.cpp | 110 void enumerator(mach_stack_logging_record_t, void *), void *context); 538 zone->introspect->enumerator( in enumerate_range_in_zone()
|
| /openbsd-src/gnu/llvm/lld/ |
| H A D | CMakeLists.txt | 215 …add_definitions(-wd4062) # Suppress 'warning C4062: enumerator X in switch of enum Y is not handle…
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_malloc_mac.inc | 371 sanitizer_zone_introspection.enumerator = &mi_enumerator;
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 11 // BuiltinType::Id is the enumerator defining the type.
|
| H A D | OperationKinds.def | 23 /// be the name of the corresponding enumerator (see OperationsKinds.h).
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | STLExtras.h | 2219 template <typename R> class enumerator { 2221 explicit enumerator(R &&Range) : TheRange(std::forward<R>(Range)) {} 2264 template <typename R> detail::enumerator<R> enumerate(R &&TheRange) { 2265 return detail::enumerator<R>(std::forward<R>(TheRange));
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | parse.y | 2841 enumerator 2842 | enumlist ',' enumerator 2845 enumerator:
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcalls.def | 24 // Declare the enumerator for each libcall, along with its default name. Some
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-pdbutil.rst | 130 When dumping an enum, don't show the full enum (e.g. the individual enumerator
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/debuginfo/ |
| H A D | llvm_debuginfo.mli | 338 enumerator. See LLVMDIBuilderCreateEnumerator *)
|
| /openbsd-src/sys/dev/isa/ |
| H A D | pnpdevs | 120 # PNP0C00 # Plug and Play BIOS (only created by the root enumerator)
|