Home
last modified time | relevance | path

Searched refs:make_function_type (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgdbtypes.h1219 extern struct type *make_function_type (struct type *, struct type **);
H A Djv-lang.c558 fn_fields[k].type = make_function_type (java_void_type, NULL); /* FIXME */ in java_link_class_type()
H A Dstabsread.c1631 type = make_function_type (type1, dbx_lookup_type (typenums)); in read_type()
1654 = make_function_type (return_type, dbx_lookup_type (typenums)); in read_type()
H A Dgdbtypes.c358 make_function_type (struct type *type, struct type **typeptr) in make_function_type() function
393 return make_function_type (type, (struct type **) 0); in lookup_function_type()
H A Ddwarf2read.c4573 ftype = make_function_type (type, (struct type **) 0); in read_subroutine_type()
H A DChangeLog-19954101 * gdbtypes.c (make_function_type): Don't use/set TYPE_FUNCTION_TYPE.
H A DChangeLog570 * dwarf2read.c (read_subroutine_type): Call make_function_type
H A DChangeLog-20029401 (make_pointer_type, make_reference_type, make_function_type)