Home
last modified time | relevance | path

Searched refs:constructible_expr (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmethod.c1793 constructible_expr (tree to, tree from) in constructible_expr() function
1894 expr = constructible_expr (to, from); in is_xible_helper()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmethod.cc2071 constructible_expr (tree to, tree from) in constructible_expr() function
2174 expr = constructible_expr (to, from); in is_xible_helper()
H A DChangeLog1764 (constructible_expr): Call it.
1919 (constructible_expr): Call it.
H A DChangeLog-20141014 * method.c (constructible_expr): Handle value-init of non-class.
1042 (check_nontriv, assignable_expr, constructible_expr): New.
H A DChangeLog-20181543 * method.c (constructible_expr): We're in an unevaluated context
2969 do_build_copy_assign, build_stub_object, constructible_expr,
H A DChangeLog-20173184 * method.c (constructible_expr): Strip array types before calling
3842 * method.c (constructible_expr): Set cp_unevaluated.
H A DChangeLog-20204924 * method.c (constructible_expr): In C++20, try using parenthesized
5421 the stub objects created by assignable_expr and constructible_expr.