Searched refs:tsubst_function_decl (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2020 | 457 (tsubst_function_decl): Likewise. 2403 (tsubst_function_decl): Remove special casing for local decl omp 2425 (tsubst_function_decl): Likewise. 2442 (tsubst_function_decl): Add support for headless local extern 3372 * pt.c (tsubst_function_decl): Likewise. 3792 * pt.c (tsubst_function_decl): Don't do set_constraints when 4424 * pt.c (tsubst_function_decl): Update lambda fn's this_ptr name. 4957 tsubst_function_decl returns error_mark_node. 4973 (tsubst_function_decl): Use it.
|
H A D | ChangeLog | 119 * pt.cc (tsubst_function_decl): Only check a function defaulted 342 * pt.cc (tsubst_function_decl): Don't set DECL_TEMPLATE_INFO 1313 (tsubst_function_decl): Don't return a template. 2420 (tsubst_function_decl): Clear DECL_HAS_DEPENDENT_EXPLICIT_SPEC_P.
|
H A D | ChangeLog-2018 | 826 (tsubst_function_decl): Substitute a lambda even if it isn't 1173 (tsubst_function_decl): Handle explicit(dependent-expr). 2976 tsubst_function_decl, tsubst_decl, tsubst, tsubst_copy_and_build, 5060 (tsubst_function_decl): Call enclosing_instantiation_of.
|
H A D | ChangeLog-2021 | 2669 * pt.c (tsubst_function_decl): Remove old code for reducing 3553 (tsubst_function_decl): Unconditionally propagate constraints on 5009 (tsubst_function_decl): Check its return value.
|
H A D | ChangeLog-2019 | 1159 (tsubst_function_decl): Call omp_declare_variant_finalize 2107 (tsubst_function_decl): Don't substitute through constraints. 4953 * pt.c (tsubst_function_decl): SET_DECL_FRIEND_CONTEXT sooner.
|
H A D | pt.cc | 14161 tsubst_function_decl (tree t, tree args, tsubst_flags_t complain, in tsubst_function_decl() function 14560 inner = tsubst_function_decl (inner, args, complain, lambda_fntype); in tsubst_template_decl() 14726 r = tsubst_function_decl (t, args, complain, /*lambda*/NULL_TREE); in tsubst_decl() 19919 fn = tsubst_function_decl (oldfn, args, complain, fntype); in tsubst_lambda_expr()
|
H A D | ChangeLog-2017 | 1836 (tsubst_function_decl): Handle lambda functions differently.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | pt.c | 13774 tsubst_function_decl (tree t, tree args, tsubst_flags_t complain, in tsubst_function_decl() function 14169 new_decl = tsubst_function_decl (decl, args, complain, lambda_fntype); in tsubst_template_decl() 14308 r = tsubst_function_decl (t, args, complain, /*lambda*/NULL_TREE); in tsubst_decl() 19230 fn = tsubst_function_decl (oldfn, args, complain, fntype); in tsubst_lambda_expr()
|