Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dmethod.c1219 bool cx = trivial_default_constructor_is_constexpr (ctype); in synthesized_method_walk()
H A Dclass.c4623 trivial_default_constructor_is_constexpr (tree t) in trivial_default_constructor_is_constexpr() function
4647 return trivial_default_constructor_is_constexpr (t); in type_has_constexpr_default_constructor()
H A Dcp-tree.h4967 extern bool trivial_default_constructor_is_constexpr (tree);
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dmethod.c1642 bool cx = trivial_default_constructor_is_constexpr (ctype); in synthesized_method_walk()
H A Dclass.c5087 trivial_default_constructor_is_constexpr (tree t) in trivial_default_constructor_is_constexpr() function
5111 return trivial_default_constructor_is_constexpr (t); in type_has_constexpr_default_constructor()
H A Dcp-tree.h6179 extern bool trivial_default_constructor_is_constexpr (tree);