HomeSort by: relevance | last modified time | path
    Searched refs:template_parm_to_arg (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/cp/
constraint.cc 581 TREE_PURPOSE (p) = template_parm_to_arg (p);
1533 tree arg = template_parm_to_arg (decl);
1808 TREE_VEC_ELT (check_args, n) = template_parm_to_arg (parm);
pt.cc 4844 template_parm_to_arg (tree t) function
4914 TREE_VEC_ELT (a, i) = template_parm_to_arg (TREE_VEC_ELT (a, i));
10493 /* As in template_parm_to_arg. */
29465 TMPL_ARG (targs, depth, targs_index) = template_parm_to_arg (list);
cp-tree.h 7454 extern tree template_parm_to_arg (tree);
  /src/external/gpl3/gcc/dist/gcc/cp/
constraint.cc 583 TREE_PURPOSE (p) = template_parm_to_arg (p);
1607 tree arg = template_parm_to_arg (decl);
1885 TREE_VEC_ELT (check_args, n) = template_parm_to_arg (parm);
pt.cc 4838 template_parm_to_arg (tree t) function
4899 /* If T looks like a generic template argument produced by template_parm_to_arg,
4934 parm = template_parm_to_arg (parm);
10604 /* As in template_parm_to_arg. */
30019 TMPL_ARG (targs, depth, targs_index) = template_parm_to_arg (list);
cp-tree.h 7661 extern tree template_parm_to_arg (tree);

Completed in 137 milliseconds