Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDc-typeprint.c1165 templ_arg = TYPE_TEMPLATE_ARG (type, i); in c_type_print_base()
HDgdbtypes.h852 #define TYPE_TEMPLATE_ARG(thistype, n) TYPE_CPLUS_SPECIFIC(thistype)->template_args[n] macro
HDhpread.c3793 TYPE_TEMPLATE_ARG (type, n) = t_list->arg; in hpread_read_struct_type()
4475 return TYPE_TEMPLATE_ARG (current_template, n).type; in hpread_get_nth_template_arg()