Home
last modified time | relevance | path

Searched refs:template_arg (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dcp-name-parser.y240 %type <comp> template template_arg
589 template_params : template_arg
592 | template_params ',' template_arg
603 template_arg : typespec_2
Dc-typeprint.c1161 struct template_arg templ_arg; in c_type_print_base()
Dgdbtypes.h713 struct template_arg struct
Dhpread.c3588 struct template_arg arg; in hpread_read_struct_type()
3783 TYPE_TEMPLATE_ARGS (type) = (struct template_arg *) in hpread_read_struct_type()
3784 obstack_alloc (&objfile->objfile_obstack, sizeof (struct template_arg) * n_templ_args); in hpread_read_struct_type()