Home
last modified time | relevance | path

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

12345678

/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dclass.c260 struct class_table_enumerator *enumerator = *e; in class_table_next() local
263 if (enumerator == NULL) in class_table_next()
266 enumerator = *e; in class_table_next()
267 enumerator->hash = 0; in class_table_next()
268 enumerator->node = NULL; in class_table_next()
270 next = class_table_array[enumerator->hash]; in class_table_next()
273 next = enumerator->node->next; in class_table_next()
277 enumerator->node = next; in class_table_next()
278 return enumerator->node->pointer; in class_table_next()
282 enumerator->hash++; in class_table_next()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dclass.c260 struct class_table_enumerator *enumerator = *e; in class_table_next() local
263 if (enumerator == NULL) in class_table_next()
266 enumerator = *e; in class_table_next()
267 enumerator->hash = 0; in class_table_next()
268 enumerator->node = NULL; in class_table_next()
270 next = class_table_array[enumerator->hash]; in class_table_next()
273 next = enumerator->node->next; in class_table_next()
277 enumerator->node = next; in class_table_next()
278 return enumerator->node->pointer; in class_table_next()
282 enumerator->hash++; in class_table_next()
[all …]
/netbsd-src/sys/arch/hpc/hpc/
H A Dplatid.awk64 enumerator[mode] += 1
66 mode_name[mode], nm, saved_name, enumerator[mode]) > out_h
150 enumerator[CPU] = 0
151 enumerator[MACH] = 0
234 enums[nest] = enumerator[mode]
248 enumerator[mode] = 0
261 enumerator[mode] = enums[nest]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Darmada-385-turris-omnia.dts216 function-enumerator = <2>;
223 function-enumerator = <1>;
230 function-enumerator = <3>;
237 function-enumerator = <2>;
244 function-enumerator = <1>;
257 function-enumerator = <4>;
264 function-enumerator = <3>;
271 function-enumerator = <2>;
278 function-enumerator = <1>;
285 function-enumerator = <0>;
H A Dimx6qdl-solidsense.dtsi53 function-enumerator = <0>;
60 function-enumerator = <0>;
68 function-enumerator = <1>;
75 function-enumerator = <1>;
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dexpr_promote_trad.c32 } enumerator; member
50 arg->enumerator); /* should get promoted to 'int' */
H A Dexpr_promote.c33 } enumerator; member
59 arg->enumerator); /* should get promoted to 'int' */ in caller()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/
H A Darmada-8040-puzzle-m801.dts96 function-enumerator = <0>;
103 function-enumerator = <1>;
110 function-enumerator = <2>;
117 function-enumerator = <3>;
124 function-enumerator = <4>;
131 function-enumerator = <5>;
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/
H A Dr8a779a0-falcon-cpu.dtsi32 function-enumerator = <1>;
38 function-enumerator = <2>;
44 function-enumerator = <3>;
/netbsd-src/external/apache2/llvm/dist/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">,
445 "expected '= constant-expression' or end of enumerator definition">;
670 "attributes on %select{a namespace|an enumerator}0 declaration are "
673 "attributes on %select{a namespace|an enumerator}0 declaration are "
/netbsd-src/external/bsd/tcpdump/dist/
H A Dappletalk.h117 nd_uint8_t enumerator; member
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/bsd/jemalloc/dist/src/
H A Dzone.c51 …kern_return_t (*enumerator)(task_t, void *, unsigned, vm_address_t, memory_reader_t, vm_range_reco… member
349 jemalloc_zone_introspect.enumerator = zone_enumerator; in zone_init()
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_grammar.y766 enumerator
767 | enumerator_list DT_TOK_COMMA enumerator
770 enumerator: DT_TOK_IDENT { dt_decl_enumerator($1, NULL); }
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtreestruct.def29 These enumerator values are used in order to distinguish members of
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtreestruct.def29 These enumerator values are used in order to distinguish members of
/netbsd-src/usr.bin/xlint/lint1/
H A Dcgram.y398 %type <y_sym> enumerator
1403 enumerator
1404 | enumerator_list T_COMMA enumerator {
1413 enumerator:
/netbsd-src/sys/arch/macppc/conf/
H A DINSTALL_601115 nadb* at adb_bus? # ADB bus enumerator, at cuda or pmu
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSTLExtras.h1867 template <typename R> class enumerator {
1869 explicit enumerator(R &&Range) : TheRange(std::forward<R>(Range)) {}
1900 template <typename R> detail::enumerator<R> enumerate(R &&TheRange) {
1901 return detail::enumerator<R>(std::forward<R>(TheRange));
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_malloc_mac.inc309 sanitizer_zone_introspection.enumerator = &mi_enumerator;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc336 sanitizer_zone_introspection.enumerator = &mi_enumerator;
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_malloc_mac.inc371 sanitizer_zone_introspection.enumerator = &mi_enumerator;

12345678