Searched refs:build_temp (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2008 | 929 (build_temp): Pass a pointer to diagnostic_t. 2309 (build_temp): Ditto. 2795 * call.c (convert_like_real): Pass LOOKUP_NO_CONVERSION to build_temp
|
H A D | call.cc | 213 static tree build_temp (tree, tree, int, diagnostic_t *, tsubst_flags_t); 7633 build_temp (tree expr, tree type, int flags, in build_temp() function 8213 expr = build_temp (expr, totype, flags, &diag_kind, complain); in convert_like_internal()
|
H A D | ChangeLog-2009 | 2459 (build_temp): Build vec to pass to build_special_member_call. 2761 * call.c (build_temp): Change 0 to enum constant.
|
H A D | ChangeLog-2010 | 1949 * call.c (build_temp): Add tsubst_flags_t complain parameter; 1951 (convert_like_real): Adjust build_temp call, pass complain.
|
H A D | ChangeLog-2004 | 3774 check_constructor_callable, build_temp, 4234 * call.c (build_temp): Declare. 6840 (build_temp): New function, split out from ...
|
H A D | ChangeLog-2016 | 851 (build_temp): Undo early_elide_copy change. 908 * call.c (build_temp, convert_like_real): Don't re-copy
|
H A D | ChangeLog-2005 | 1528 (build_temp, convert_like_real): Use diagnostic_fn_t.
|
H A D | ChangeLog-2013 | 3626 * call.c (build_temp): Likewise.
|
H A D | ChangeLog-2021 | 4464 * call.c (build_temp): Wrap a CALL_EXPR in a TARGET_EXPR
|
H A D | ChangeLog-2019 | 4022 * call.c (build_op_delete_call, build_temp, call_copy_ctor)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | call.c | 222 static tree build_temp (tree, tree, int, diagnostic_t *, tsubst_flags_t); 7123 build_temp (tree expr, tree type, int flags, in build_temp() function 7747 expr = build_temp (expr, totype, flags, &diag_kind, complain); in convert_like_real_1()
|