HomeSort by: relevance | last modified time | path
    Searched defs:enumerator (Results 1 - 15 of 15) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
expr_promote_trad.c 32 } enumerator; member in struct:arithmetic_types
50 arg->enumerator); /* should get promoted to 'int' */
expr_promote.c 33 } enumerator; member in struct:arithmetic_types
59 arg->enumerator); /* should get promoted to 'int' */
  /src/external/gpl3/gcc/dist/libobjc/
class.c 260 struct class_table_enumerator *enumerator = *e; local
263 if (enumerator == NULL)
266 enumerator = *e;
267 enumerator->hash = 0;
268 enumerator->node = NULL;
270 next = class_table_array[enumerator->hash];
273 next = enumerator->node->next;
277 enumerator->node = next;
278 return enumerator->node->pointer;
282 enumerator->hash++
    [all...]
  /src/external/gpl3/gcc.old/dist/libobjc/
class.c 260 struct class_table_enumerator *enumerator = *e; local
263 if (enumerator == NULL)
266 enumerator = *e;
267 enumerator->hash = 0;
268 enumerator->node = NULL;
270 next = class_table_array[enumerator->hash];
273 next = enumerator->node->next;
277 enumerator->node = next;
278 return enumerator->node->pointer;
282 enumerator->hash++
    [all...]
  /src/external/bsd/jemalloc.old/dist/src/
zone.c 51 kern_return_t (*enumerator)(task_t, void *, unsigned, vm_address_t, memory_reader_t, vm_range_recorder_t); member in struct:malloc_introspection_t
349 jemalloc_zone_introspect.enumerator = zone_enumerator;
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_grammar.y 766 enumerator
767 | enumerator_list DT_TOK_COMMA enumerator
770 enumerator: DT_TOK_IDENT { dt_decl_enumerator($1, NULL); } label
  /src/external/bsd/jemalloc/dist/src/
zone.c 53 kern_return_t (*enumerator)(task_t, void *, unsigned, vm_address_t, member in struct:malloc_introspection_t
350 jemalloc_zone_introspect.enumerator = zone_enumerator;
  /src/external/bsd/tcpdump/dist/
appletalk.h 117 nd_uint8_t enumerator; member in struct:atNBPtuple
  /src/external/gpl3/gdb.old/dist/gdb/
amdgpu-tdep.c 288 struct enumerator struct in struct:amd_dbgapi_register_type
294 using container_type = std::vector<enumerator>;
309 { m_enumerators.push_back (enumerator {std::move (name), value}); }
314 const enumerator &operator[] (container_type::size_type pos) const
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-dedup.c 866 ctf_dedup_sha1_add (&hash, ename, strlen (ename) + 1, "enumerator",
1261 const char *enumerator; local
1263 while ((enumerator = ctf_enum_next (input, type, &i, NULL)) != NULL)
1265 if (ctf_dedup_count_name (fp, enumerator, id) < 0)
  /src/external/gpl3/gdb/dist/gdb/
amdgpu-tdep.c 288 struct enumerator struct in struct:amd_dbgapi_register_type
294 using container_type = std::vector<enumerator>;
309 { m_enumerators.push_back (enumerator {std::move (name), value}); }
314 const enumerator &operator[] (container_type::size_type pos) const
  /src/usr.bin/xlint/lint1/
cgram.y 417 %type <y_sym> enumerator
1430 enumerator
1431 | enumerator_list T_COMMA enumerator {
1440 enumerator: label
  /src/external/gpl3/binutils/dist/libctf/
ctf-dedup.c 872 ctf_dedup_sha1_add (&hash, ename, strlen (ename) + 1, "enumerator",
1297 const char *enumerator; local
1299 while ((enumerator = ctf_enum_next (input, type, &i, NULL)) != NULL)
1301 if (ctf_dedup_count_name (fp, enumerator, id) < 0)
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-dedup.c 872 ctf_dedup_sha1_add (&hash, ename, strlen (ename) + 1, "enumerator",
1297 const char *enumerator; local
1299 while ((enumerator = ctf_enum_next (input, type, &i, NULL)) != NULL)
1301 if (ctf_dedup_count_name (fp, enumerator, id) < 0)
  /src/external/gpl3/gdb/dist/libctf/
ctf-dedup.c 872 ctf_dedup_sha1_add (&hash, ename, strlen (ename) + 1, "enumerator",
1297 const char *enumerator; local
1299 while ((enumerator = ctf_enum_next (input, type, &i, NULL)) != NULL)
1301 if (ctf_dedup_count_name (fp, enumerator, id) < 0)

Completed in 78 milliseconds