Searched refs:trivial_default_constructor_is_constexpr (Results 1 – 8 of 8) sorted by relevance
2324 bool cx = trivial_default_constructor_is_constexpr (ctype); in synthesized_method_walk()
5472 trivial_default_constructor_is_constexpr (tree t) in trivial_default_constructor_is_constexpr() function5503 return trivial_default_constructor_is_constexpr (t); in type_has_constexpr_default_constructor()
6465 extern bool trivial_default_constructor_is_constexpr (tree);
2617 bool cx = trivial_default_constructor_is_constexpr (ctype); in synthesized_method_walk()
5522 trivial_default_constructor_is_constexpr (tree t) in trivial_default_constructor_is_constexpr() function5553 return trivial_default_constructor_is_constexpr (t); in type_has_constexpr_default_constructor()
396 * class.c (trivial_default_constructor_is_constexpr): Return true in4799 (trivial_default_constructor_is_constexpr): Pass it.
6729 extern bool trivial_default_constructor_is_constexpr (tree);
1789 * class.c (trivial_default_constructor_is_constexpr): Rename from