HomeSort by: relevance | last modified time | path
    Searched defs:make_function_type (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.c 538 make_function_type (struct type *type, struct type **typeptr)
570 return make_function_type (type, (struct type **) 0);
582 struct type *fn = make_function_type (type, (struct type **) 0);
537 make_function_type (struct type *type, struct type **typeptr) function
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.c 538 make_function_type (struct type *type, struct type **typeptr)
570 return make_function_type (type, (struct type **) 0);
582 struct type *fn = make_function_type (type, (struct type **) 0);
537 make_function_type (struct type *type, struct type **typeptr) function

Completed in 28 milliseconds