Searched refs:TYPE_TI_ARGS (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/gcc/gcc/cp/ |
H A D | pt.c | 1045 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 D | error.c | 323 tree args = TYPE_TI_ARGS (t); in dump_type()
|
H A D | typeck.c | 1024 && comp_template_args (TYPE_TI_ARGS (t1), TYPE_TI_ARGS (t2))) in comptypes()
|
H A D | cp-tree.h | 2264 #define TYPE_TI_ARGS(NODE) \ macro
|
H A D | ChangeLog-1999 | 2043 (TYPE_TI_ARGS): Fix typo in comment.
|
H A D | ChangeLog-1998 | 631 and TYPE_TI_ARGS.
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | pt.c | 4243 = 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 D | error.c | 423 tree args = TYPE_TI_ARGS (t);
|
H A D | typeck.c | 993 val = comp_template_args (TYPE_TI_ARGS (t1), 994 TYPE_TI_ARGS (t2));
|
H A D | cp-tree.h | 2410 #define TYPE_TI_ARGS(NODE) \ macro
|
H A D | ChangeLog.2 | 2043 (TYPE_TI_ARGS): Fix typo in comment. 7419 and TYPE_TI_ARGS.
|