Searched refs:TYPE_TI_ARGS (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dpt.c1250 args = TYPE_TI_ARGS (context);
1252 args = add_to_template_args (TYPE_TI_ARGS (context), args);
3183 cp_walk_tree (&TYPE_TI_ARGS (t),
3265 cp_walk_tree (&TYPE_TI_ARGS (t), &find_parameter_packs_r, ppd,
3285 cp_walk_tree (&TYPE_TI_ARGS (t),
5431 (INNERMOST_TEMPLATE_ARGS (TYPE_TI_ARGS (t)))));
5463 if (!comp_template_args (TYPE_TI_ARGS (result), alias_args))
7788 = add_outermost_template_args (TYPE_TI_ARGS (TREE_TYPE (templ)),
7873 && comp_template_args (TYPE_TI_ARGS (template_type),
8087 (TYPE_TI_ARGS (TREE_TYP
[all...]
H A Dcxx-pretty-print.c219 pp_cxx_template_argument_list (pp, TYPE_TI_ARGS (t));
H A Dtypeck.c1290 && comp_template_args (TYPE_TI_ARGS (t1), TYPE_TI_ARGS (t2)))
H A Derror.c500 tree args = TYPE_TI_ARGS (t);
H A Dcp-tree.h2985 #define TYPE_TI_ARGS(NODE) \
2979 #define TYPE_TI_ARGS macro
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dpt.c3741 = add_outermost_template_args (TYPE_TI_ARGS (TREE_TYPE (template)),
3803 if (comp_template_args (TYPE_TI_ARGS (template_type),
4166 && for_each_template_parm (TYPE_TI_ARGS (t), fn, data))
5379 argvec = tsubst_template_arg_vector (TYPE_TI_ARGS (t), args,
6275 tree argvec = tsubst (TYPE_TI_ARGS (t),
6330 tree argvec = tsubst (TYPE_TI_ARGS (t), args,
8188 tree parmvec = TYPE_TI_ARGS (parm);
H A Derror.c291 tree args = TYPE_TI_ARGS (t);
H A Dmethod.c1557 TYPE_TI_ARGS (parmtype));
H A Dtypeck.c905 val = comp_template_args (TYPE_TI_ARGS (t1),
906 TYPE_TI_ARGS (t2));
H A Dcp-tree.h1516 #define TYPE_TI_ARGS(NODE) \
1509 #define TYPE_TI_ARGS macro

Completed in 304 milliseconds