Home
last modified time | relevance | path

Searched refs:TYPE_CODE_TEMPLATE (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dc-typeprint.c283 case TYPE_CODE_TEMPLATE: in c_type_print_varspec_prefix()
624 case TYPE_CODE_TEMPLATE: in c_type_print_varspec_suffix()
1071 if (TYPE_CODE (type) == TYPE_CODE_TEMPLATE) in c_type_print_base()
1151 case TYPE_CODE_TEMPLATE: in c_type_print_base()
H A Dp-typeprint.c292 case TYPE_CODE_TEMPLATE: in pascal_type_print_varspec_prefix()
413 case TYPE_CODE_TEMPLATE: in pascal_type_print_varspec_suffix()
H A Dgdbtypes.h156 TYPE_CODE_TEMPLATE, /* C++ template */ enumerator
H A Dhpread.c3628 (TYPE_CODE (type) == TYPE_CODE_TEMPLATE)) in hpread_read_struct_type()
3664 TYPE_CODE (type) = TYPE_CODE_TEMPLATE; in hpread_read_struct_type()
H A Dgdbtypes.c2948 case TYPE_CODE_TEMPLATE: in recursive_dump_type()
H A DChangeLog-1999375 TYPE_CODE_TEMPLATE case and default case.
H A DChangeLog-2001488 TYPE_CODE_BITSTRING, TYPE_CODE_COMPLEX, TYPE_CODE_TEMPLATE,