Home
last modified time | relevance | path

Searched refs:enumerator (Results 1 – 25 of 86) sorted by relevance

1234

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueEnumeration.cpp89 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 Dparams.h75 #define DEFPARAM(enumerator, option, msgid, default) \ argument
76 enumerator,
H A Dc-parse.in225 %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 Dparams.h80 #define DEFPARAM(enumerator, option, msgid, default, min, max) \ argument
81 enumerator,
H A Dtreestruct.def27 These enumerator values are used in order to distinguish members of union
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A Dstack_logging.h87 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 Dprint-atalk.c430 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 Dappletalk.h120 u_char enumerator; member
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DOperatorKinds.def23 /// corresponding enumerator in OverloadedOperatorKind in
32 /// an enumerator into the TokenKind enumeration.
H A DRISCVVTypes.def25 // - Id is the enumerator defining the type.
H A DAArch64SVEACLETypes.def25 // - BuiltinType::Id is the enumerator defining the type.
H A DDiagnosticParseKinds.td98 "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 DDirectiveBase.td28 // 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 DUdtRecordCompleter.cpp296 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 Dheap_find.cpp110 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 DCMakeLists.txt215 …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 Dsanitizer_malloc_mac.inc371 sanitizer_zone_introspection.enumerator = &mi_enumerator;
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DBuiltinTypes.def11 // BuiltinType::Id is the enumerator defining the type.
H A DOperationKinds.def23 /// be the name of the corresponding enumerator (see OperationsKinds.h).
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSTLExtras.h2219 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 Dparse.y2841 enumerator
2842 | enumlist ',' enumerator
2845 enumerator:
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def24 // Declare the enumerator for each libcall, along with its default name. Some
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-pdbutil.rst130 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 Dllvm_debuginfo.mli338 enumerator. See LLVMDIBuilderCreateEnumerator *)
/openbsd-src/sys/dev/isa/
H A Dpnpdevs120 # PNP0C00 # Plug and Play BIOS (only created by the root enumerator)

1234