Home
last modified time | relevance | path

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

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