Home
last modified time | relevance | path

Searched refs:default_ctor_p (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.cc5326 default_ctor_p (const_tree fn) in default_ctor_p() function
5367 && default_ctor_p (fn)) in in_class_defaulted_default_constructor()
5441 && default_ctor_p (fn) in type_has_non_user_provided_default_constructor()
H A DChangeLog-20161402 * class.c (default_ctor_p): New.
1406 * cp-tree.h: Declare default_ctor_p.
H A Dtree.cc5678 if (!default_ctor_p (decl)) in special_memfn_p()
H A Dcall.cc9860 else if (default_ctor_p (fn)) in build_over_call()
10105 if (!cpy_or_move_ctor_p && !default_ctor_p (f)) in has_trivial_copy_p()
H A Dcp-tree.h6721 extern bool default_ctor_p (const_tree);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dclass.c5274 default_ctor_p (const_tree fn) in default_ctor_p() function
5316 && default_ctor_p (fn)) in in_class_defaulted_default_constructor()
5390 && default_ctor_p (fn) in type_has_non_user_provided_default_constructor()
H A Dtree.c5356 if (!default_ctor_p (decl)) in special_memfn_p()
H A Dcall.c9141 else if (default_ctor_p (fn)) in build_over_call()
9396 if (!cpy_or_move_ctor_p && !default_ctor_p (f)) in has_trivial_copy_p()
H A Dcp-tree.h6457 extern bool default_ctor_p (const_tree);