Home
last modified time | relevance | path

Searched refs:TYPE_N_TEMPLATE_ARGUMENTS (Results 1 – 19 of 19) sorted by relevance

/dports/devel/avr-gdb/gdb-7.3.1/gdb/python/
H A Dpy-type.c664 if (! TYPE_N_TEMPLATE_ARGUMENTS (type)) in typy_template_argument()
667 if (argno >= TYPE_N_TEMPLATE_ARGUMENTS (type)) in typy_template_argument()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dtypeprint.c149 for (i = 0; i < TYPE_N_TEMPLATE_ARGUMENTS (t); ++i) in add_template_parameters()
H A Dcp-namespace.c499 TYPE_N_TEMPLATE_ARGUMENTS (context), in cp_lookup_symbol_imports_or_template()
H A Dc-typeprint.c783 for (i = 0; i < TYPE_N_TEMPLATE_ARGUMENTS (type); ++i) in c_type_print_template_args()
H A Dgdbtypes.h1203 #define TYPE_N_TEMPLATE_ARGUMENTS(thistype) \ macro
H A Ddwarf2read.c11400 TYPE_N_TEMPLATE_ARGUMENTS (type) in process_structure_scope()
11404 (TYPE_N_TEMPLATE_ARGUMENTS (type) in process_structure_scope()
11408 (TYPE_N_TEMPLATE_ARGUMENTS (type) in process_structure_scope()
H A DChangeLog-20103298 (TYPE_N_TEMPLATE_ARGUMENTS): New macro.
/dports/devel/gdb/gdb-11.1/gdb/python/
H A Dpy-type.c989 if (! TYPE_N_TEMPLATE_ARGUMENTS (type)) in typy_template_argument()
992 if (argno >= TYPE_N_TEMPLATE_ARGUMENTS (type)) in typy_template_argument()
/dports/devel/gdb761/gdb-7.6.1/gdb/python/
H A Dpy-type.c913 if (! TYPE_N_TEMPLATE_ARGUMENTS (type)) in typy_template_argument()
916 if (argno >= TYPE_N_TEMPLATE_ARGUMENTS (type)) in typy_template_argument()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dtypeprint.c246 for (i = 0; i < TYPE_N_TEMPLATE_ARGUMENTS (t); ++i) in add_template_parameters()
H A Dcp-namespace.c573 TYPE_N_TEMPLATE_ARGUMENTS (context), in cp_lookup_symbol_imports_or_template()
H A Dc-typeprint.c881 for (i = 0; i < TYPE_N_TEMPLATE_ARGUMENTS (type); ++i) in c_type_print_template_args()
H A Dgdbtypes.h2042 #define TYPE_N_TEMPLATE_ARGUMENTS(thistype) \ macro
H A DChangeLog-20103298 (TYPE_N_TEMPLATE_ARGUMENTS): New macro.
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dcp-namespace.c501 TYPE_N_TEMPLATE_ARGUMENTS (context), in cp_lookup_symbol_imports_or_template()
H A Dgdbtypes.h1063 #define TYPE_N_TEMPLATE_ARGUMENTS(thistype) \ macro
H A Ddwarf2read.c7270 TYPE_N_TEMPLATE_ARGUMENTS (type) in process_structure_scope()
7274 (TYPE_N_TEMPLATE_ARGUMENTS (type) in process_structure_scope()
7278 (TYPE_N_TEMPLATE_ARGUMENTS (type) in process_structure_scope()
H A DChangeLog-20103298 (TYPE_N_TEMPLATE_ARGUMENTS): New macro.
/dports/devel/gdb/gdb-11.1/gdb/dwarf2/
H A Dread.c15823 TYPE_N_TEMPLATE_ARGUMENTS (type) = template_args.size ();
15827 TYPE_N_TEMPLATE_ARGUMENTS (type));
15830 (TYPE_N_TEMPLATE_ARGUMENTS (type)
16005 for (int i = 0; i < TYPE_N_TEMPLATE_ARGUMENTS (type); ++i)