Home
last modified time | relevance | path

Searched refs:TYPE_UNDEFINED (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/dso/
Ddso_dl.c140 if (shl_findsym(&ptr, symname, TYPE_UNDEFINED, &sym) < 0) { in dl_bind_func()
284 return shl_findsym(&h, name, TYPE_UNDEFINED, &ret) ? NULL : ret; in dl_globallookup()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgengtype.cc182 case TYPE_UNDEFINED: in dbgprint_count_type_at()
705 type_p ty = find_structure (s, TYPE_UNDEFINED); in create_undefined_type()
849 gcc_assert (kind == TYPE_UNDEFINED || union_or_struct_p (kind)); in find_structure()
1578 case TYPE_UNDEFINED: in set_gc_used_type()
2531 case TYPE_UNDEFINED: in output_mangled_typename()
3208 case TYPE_UNDEFINED: in walk_type()
3225 case TYPE_UNDEFINED: in write_types_process_field()
3851 case TYPE_UNDEFINED: in write_types_local_user_process_field()
3948 case TYPE_UNDEFINED: in write_types_local_process_field()
4471 case TYPE_UNDEFINED: in write_root()
[all …]
Dgengtype.h148 TYPE_UNDEFINED, /* We have not yet seen a definition for this type. enumerator
Dgengtype-state.cc54 case TYPE_UNDEFINED: in type_lineloc()
1135 case TYPE_UNDEFINED: in write_state_type()
1533 type->kind = TYPE_UNDEFINED; in read_state_undefined_type()
DChangeLog-20123326 * gengtype-state.c (type_lineloc): handle TYPE_UNDEFINED.
3328 (write_state_type): Call write_state_undefined_type for TYPE_UNDEFINED.
3329 (read_state_type): Call read_state_undefined_type for TYPE_UNDEFINED.
3330 * gengtype.c (dbgprint_count_type_at): Handle TYPE_UNDEFINED.
3336 (find_structure): Accept TYPE_UNDEFINED.
3339 Emit an error for TYPE_UNDEFINED unless LEVEL is GC_UNUSED or
3343 (output_mangled_typename): Handle TYPE_UNDEFINED
3349 TYPE_NONE and TYPE_UNDEFINED.
3353 Handle TYPE_NONE, TYPE_UNDEFINED, TYPE_UNION, TYPE_LANG_STRUCT
3355 (output_typename): Handle TYPE_NONE, TYPE_UNDEFINED, and TYPE_ARRAY.
[all …]
DChangeLog-201511865 * gengtype.c (dump_type): Handle TYPE_UNDEFINED correctly.