Home
last modified time | relevance | path

Searched refs:flag_elide_constructors (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dc-common.h495 extern int flag_elide_constructors;
H A Dc-opts.c670 flag_elide_constructors = value; in c_common_handle_option()
H A Dc-common.c376 int flag_elide_constructors = 1; variable
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dexcept.c590 && flag_elide_constructors)
H A Dtypeck.c6343 if (fn_returns_value_p && flag_elide_constructors)
H A Dcall.c4609 if (! flag_elide_constructors)
H A DChangeLog.29069 * call.c (build_over_call): Check flag_elide_constructors.
9070 * decl2.c: flag_elide_constructors defaults to 1.
H A DChangeLog7562 DECL_USER_ALIGN. Check flag_elide_constructors instead of
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-common.h674 extern int flag_elide_constructors;
H A Dc-opts.c1149 flag_elide_constructors = on;
H A Dc-common.c510 int flag_elide_constructors = 1; variable
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcall.c4919 if (! flag_elide_constructors) in build_over_call()
H A Dtypeck.c6599 if (fn_returns_value_p && flag_elide_constructors) in check_return_expr()
H A DChangeLog-19982281 * call.c (build_over_call): Check flag_elide_constructors.
2282 * decl2.c: flag_elide_constructors defaults to 1.
H A DChangeLog-20011585 DECL_USER_ALIGN. Check flag_elide_constructors instead of