Home
last modified time | relevance | path

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

1234

/openbsd/src/gnu/llvm/lldb/source/Interpreter/
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/
Dparams.h75 #define DEFPARAM(enumerator, option, msgid, default) \ argument
76 enumerator,
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/
Dparams.h80 #define DEFPARAM(enumerator, option, msgid, default, min, max) \ argument
81 enumerator,
Dtreestruct.def27 These enumerator values are used in order to distinguish members of union
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
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/
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()
Dappletalk.h120 u_char enumerator; member
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DOperatorKinds.def23 /// corresponding enumerator in OverloadedOperatorKind in
32 /// an enumerator into the TokenKind enumeration.
DRISCVVTypes.def25 // - Id is the enumerator defining the type.
DAArch64SVEACLETypes.def25 // - BuiltinType::Id is the enumerator defining the type.
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/
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/
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/
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/
DCMakeLists.txt215 …add_definitions(-wd4062) # Suppress 'warning C4062: enumerator X in switch of enum Y is not handle…
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DBuiltinTypes.def11 // BuiltinType::Id is the enumerator defining the type.
DOperationKinds.def23 /// be the name of the corresponding enumerator (see OperationsKinds.h).
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_malloc_mac.inc371 sanitizer_zone_introspection.enumerator = &mi_enumerator;
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
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/
Dparse.y2841 enumerator
2842 | enumlist ',' enumerator
2845 enumerator:
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DRuntimeLibcalls.def24 // Declare the enumerator for each libcall, along with its default name. Some
/openbsd/src/gnu/llvm/llvm/docs/CommandGuide/
Dllvm-pdbutil.rst130 When dumping an enum, don't show the full enum (e.g. the individual enumerator
/openbsd/src/sys/dev/isa/
Dpnpdevs120 # PNP0C00 # Plug and Play BIOS (only created by the root enumerator)
/openbsd/src/gnu/gcc/gcc/doc/
Dc-tree.texi1113 @item Add a member to the tree structure enumerator for the node
1115 node structure type is required to have a unique enumerator value
1117 For language specific @code{DECL} nodes, this new enumerator value
1119 For @code{DECL} nodes that are part of the middle-end, the enumerator
1147 For each @code{DECL} tree code and enumerator value representing a
1151 and enumerator value @code{TS_FOO_DECL}, would be set up as follows

1234