HomeSort by: relevance | last modified time | path
    Searched defs:copy_template_args (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 185 static tree copy_template_args (tree);
3744 args = copy_template_args (args);
13503 tree extra = preserve_args (copy_template_args (args), /*cow_p=*/false);
13799 tree elem_args = copy_template_args (args);
13873 copy_template_args (tree t)
13885 elt = copy_template_args (elt);
24156 targs = copy_template_args (targs);
13872 copy_template_args (tree t) function

Completed in 53 milliseconds