Home
last modified time | relevance | path

Searched refs:trivial_default_constructor_is_constexpr (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmethod.c2324 bool cx = trivial_default_constructor_is_constexpr (ctype); in synthesized_method_walk()
H A Dclass.c5472 trivial_default_constructor_is_constexpr (tree t) in trivial_default_constructor_is_constexpr() function
5503 return trivial_default_constructor_is_constexpr (t); in type_has_constexpr_default_constructor()
H A Dcp-tree.h6465 extern bool trivial_default_constructor_is_constexpr (tree);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmethod.cc2617 bool cx = trivial_default_constructor_is_constexpr (ctype); in synthesized_method_walk()
H A Dclass.cc5522 trivial_default_constructor_is_constexpr (tree t) in trivial_default_constructor_is_constexpr() function
5553 return trivial_default_constructor_is_constexpr (t); in type_has_constexpr_default_constructor()
H A DChangeLog-2019396 * class.c (trivial_default_constructor_is_constexpr): Return true in
4799 (trivial_default_constructor_is_constexpr): Pass it.
H A Dcp-tree.h6729 extern bool trivial_default_constructor_is_constexpr (tree);
H A DChangeLog-20111789 * class.c (trivial_default_constructor_is_constexpr): Rename from