Home
last modified time | relevance | path

Searched refs:pointed_to_type (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgengtype.c3449 type_p pointed_to_type = fld_type->u.p; in write_user_marking_functions() local
3450 if (union_or_struct_p (pointed_to_type)) in write_user_marking_functions()
3451 write_user_func_for_structure_ptr (d->of, pointed_to_type, w); in write_user_marking_functions()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgengtype.cc3476 type_p pointed_to_type = fld_type->u.p; in write_user_marking_functions() local
3477 if (union_or_struct_p (pointed_to_type)) in write_user_marking_functions()
3478 write_user_func_for_structure_ptr (d->of, pointed_to_type, w); in write_user_marking_functions()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.cc7665 recording::type *pointed_to_type = t->is_pointer (); in strip_and_count() local
7666 if (pointed_to_type != NULL) in strip_and_count()
7669 t = pointed_to_type; in strip_and_count()