Searched refs:pointed_to_type (Results 1 – 3 of 3) sorted by relevance
3449 type_p pointed_to_type = fld_type->u.p; in write_user_marking_functions() local3450 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()
3476 type_p pointed_to_type = fld_type->u.p; in write_user_marking_functions() local3477 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()
7665 recording::type *pointed_to_type = t->is_pointer (); in strip_and_count() local7666 if (pointed_to_type != NULL) in strip_and_count()7669 t = pointed_to_type; in strip_and_count()