Home
last modified time | relevance | path

Searched refs:no_zero_init (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c4929 bool no_zero_init = true; in cxx_eval_store_expression() local
4939 CONSTRUCTOR_NO_CLEARING (*valp) = no_zero_init; in cxx_eval_store_expression()
4972 no_zero_init = CONSTRUCTOR_NO_CLEARING (*valp); in cxx_eval_store_expression()
5016 no_zero_init = true; in cxx_eval_store_expression()
5097 CONSTRUCTOR_NO_CLEARING (*valp) = no_zero_init; in cxx_eval_store_expression()
5156 CONSTRUCTOR_NO_CLEARING (*valp) = no_zero_init; in cxx_eval_store_expression()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc5727 bool no_zero_init = true; in cxx_eval_store_expression() local
5737 CONSTRUCTOR_NO_CLEARING (*valp) = no_zero_init; in cxx_eval_store_expression()
5771 no_zero_init = CONSTRUCTOR_NO_CLEARING (*valp); in cxx_eval_store_expression()
5811 no_zero_init = true; in cxx_eval_store_expression()
5893 CONSTRUCTOR_NO_CLEARING (*valp) = no_zero_init; in cxx_eval_store_expression()
5952 CONSTRUCTOR_NO_CLEARING (*valp) = no_zero_init; in cxx_eval_store_expression()
H A DChangeLog-20194906 member, set no_zero_init.