Searched refs:tsubst_function_decl (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | pt.c | 12816 tsubst_function_decl (tree t, tree args, tsubst_flags_t complain, in tsubst_function_decl() function 13221 new_decl = tsubst_function_decl (decl, args, complain, lambda_fntype); in tsubst_template_decl() 13327 r = tsubst_function_decl (t, args, complain, /*lambda*/NULL_TREE); in tsubst_decl() 17651 fn = tsubst_function_decl (oldfn, args, complain, fntype); in tsubst_lambda_expr()
|