Home
last modified time | relevance | path

Searched refs:type_has_constexpr_default_constructor (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dclass.c2798 = type_has_constexpr_default_constructor (t); in add_implicitly_declared_members()
4634 type_has_constexpr_default_constructor (tree t) in type_has_constexpr_default_constructor() function
H A Dcp-tree.h4968 extern bool type_has_constexpr_default_constructor (tree);
H A Dsemantics.c6133 if (type_has_constexpr_default_constructor (ftype)) in cx_check_missing_mem_inits()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dclass.c5098 type_has_constexpr_default_constructor (tree t) in type_has_constexpr_default_constructor() function
5131 return type_has_constexpr_default_constructor (t); in type_maybe_constexpr_default_constructor()
H A Dinit.c4176 : (type_has_constexpr_default_constructor in build_vec_init()
H A Dconstexpr.c807 if (type_has_constexpr_default_constructor (ftype)) in cx_check_missing_mem_inits()
H A Dcp-tree.h6180 extern bool type_has_constexpr_default_constructor (tree);