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

  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 9307 arg = tsubst_template_arg (TREE_PURPOSE (parm), new_args,
12801 tsubst_template_arg (tree t, tree args, tsubst_flags_t complain, tree in_decl)
13991 new_arg = tsubst_template_arg (orig_arg, args, complain, in_decl);
14165 default_value = tsubst_template_arg (default_value, args,
23689 substed = tsubst_template_arg (arg, full_targs, complain,
23701 substed = tsubst_template_arg (arg, full_targs, complain,
30012 tree newdef = tsubst_template_arg (TREE_PURPOSE (oldelt),
12800 tsubst_template_arg (tree t, tree args, tsubst_flags_t complain, tree in_decl) function

Completed in 36 milliseconds