Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dgdbtypes.c438 make_function_type (struct type *type, struct type **typeptr) in make_function_type() function
470 return make_function_type (type, (struct type **) 0); in lookup_function_type()
482 struct type *fn = make_function_type (type, (struct type **) 0); in lookup_function_type_with_arguments()
H A Dgdbtypes.h1517 extern struct type *make_function_type (struct type *, struct type **);
H A Dstabsread.c1780 type = make_function_type (type1, dbx_lookup_type (typenums, objfile)); in read_type()
1803 = make_function_type (return_type, in read_type()