Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dmethod.c488 bool move_p = DECL_MOVE_CONSTRUCTOR_P (fndecl); in do_build_copy_constructor()
H A Dtree.c3399 if (DECL_MOVE_CONSTRUCTOR_P (decl)) in special_function_p()
H A Dcp-tree.h2112 #define DECL_MOVE_CONSTRUCTOR_P(NODE) \ macro
H A Dcall.c6629 || DECL_MOVE_CONSTRUCTOR_P (fn))) in build_over_call()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dmethod.c641 bool move_p = DECL_MOVE_CONSTRUCTOR_P (fndecl); in do_build_copy_constructor()
H A Ddecl2.c4156 return DECL_MOVE_CONSTRUCTOR_P (t); in cpp_check()
H A Dcall.c7728 || DECL_MOVE_CONSTRUCTOR_P (fn)) in build_over_call()
8125 || DECL_MOVE_CONSTRUCTOR_P (fn)) in build_over_call()
H A Dtree.c5015 if (DECL_MOVE_CONSTRUCTOR_P (decl)) in special_function_p()
H A Dcp-tree.h2759 #define DECL_MOVE_CONSTRUCTOR_P(NODE) \ macro