Home
last modified time | relevance | path

Searched refs:TYPE_TI_ARGS (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Dpt.c1045 args = TYPE_TI_ARGS (context); in is_specialization_of_friend()
1047 args = add_to_template_args (TYPE_TI_ARGS (context), args); in is_specialization_of_friend()
4649 = add_outermost_template_args (TYPE_TI_ARGS (TREE_TYPE (template)), in lookup_template_class()
4726 if (comp_template_args (TYPE_TI_ARGS (template_type), in lookup_template_class()
5036 if (for_each_template_parm (TYPE_TI_ARGS (t), fn, data, pfd->visited)) in for_each_template_parm_r()
6301 argvec = tsubst_template_args (TYPE_TI_ARGS (t), args, in tsubst_aggr_type()
7395 tree argvec = tsubst (TYPE_TI_ARGS (t), in tsubst()
7456 tree argvec = tsubst (TYPE_TI_ARGS (t), args, in tsubst()
10483 tree parmvec = TYPE_TI_ARGS (parm); in unify()
10484 tree argvec = INNERMOST_TEMPLATE_ARGS (TYPE_TI_ARGS (arg)); in unify()
H A Derror.c323 tree args = TYPE_TI_ARGS (t); in dump_type()
H A Dtypeck.c1024 && comp_template_args (TYPE_TI_ARGS (t1), TYPE_TI_ARGS (t2))) in comptypes()
H A Dcp-tree.h2264 #define TYPE_TI_ARGS(NODE) \ macro
H A DChangeLog-19992043 (TYPE_TI_ARGS): Fix typo in comment.
H A DChangeLog-1998631 and TYPE_TI_ARGS.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dpt.c4243 = add_outermost_template_args (TYPE_TI_ARGS (TREE_TYPE (template)),
4316 if (comp_template_args (TYPE_TI_ARGS (template_type),
4638 if (for_each_template_parm (TYPE_TI_ARGS (t), fn, data, pfd->visited))
5861 argvec = tsubst_template_arg_vector (TYPE_TI_ARGS (t), args,
6791 tree argvec = tsubst (TYPE_TI_ARGS (t),
6855 tree argvec = tsubst (TYPE_TI_ARGS (t), args,
9031 tree parmvec = TYPE_TI_ARGS (parm);
9032 tree argvec = TYPE_TI_ARGS (arg);
H A Derror.c423 tree args = TYPE_TI_ARGS (t);
H A Dtypeck.c993 val = comp_template_args (TYPE_TI_ARGS (t1),
994 TYPE_TI_ARGS (t2));
H A Dcp-tree.h2410 #define TYPE_TI_ARGS(NODE) \ macro
H A DChangeLog.22043 (TYPE_TI_ARGS): Fix typo in comment.
7419 and TYPE_TI_ARGS.