Home
last modified time | relevance | path

Searched refs:TYPE_POINTER_TYPE (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dgdbtypes.c229 ntype = TYPE_POINTER_TYPE (type); in make_pointer_type()
258 TYPE_POINTER_TYPE (type) = ntype; in make_pointer_type()
270 if (!TYPE_POINTER_TYPE (type)) /* Remember it, if don't have one. */ in make_pointer_type()
271 TYPE_POINTER_TYPE (type) = ntype; in make_pointer_type()
458 TYPE_POINTER_TYPE (ntype) = (struct type *) 0; in make_qualified_type()
2995 gdb_print_host_address (TYPE_POINTER_TYPE (type), gdb_stdout); in recursive_dump_type()
H A Dgdbtypes.h773 #define TYPE_POINTER_TYPE(thistype) (thistype)->pointer_type macro
H A Dp-exp.y267 current_type = TYPE_POINTER_TYPE (current_type); }
H A Dp-exp.c1339 current_type = TYPE_POINTER_TYPE (current_type); }
H A Ddwarfread.c1432 TYPE_POINTER_TYPE (type) = utype; in read_tag_pointer_type()