Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dc-typeprint.c1162 for (i = 0; i < TYPE_NTEMPLATE_ARGS (type); i++) in c_type_print_base()
1167 if (i < TYPE_NTEMPLATE_ARGS (type) - 1) in c_type_print_base()
H A Dgdbtypes.h816 #define TYPE_NTEMPLATE_ARGS(thistype) TYPE_CPLUS_SPECIFIC(thistype)->ntemplate_args macro
H A Dhpread.c3785 TYPE_NTEMPLATE_ARGS (type) = n_templ_args; in hpread_read_struct_type()