Home
last modified time | relevance | path

Searched refs:special_function_p (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDmethod.c479 return type_has_trivial_fn (DECL_CONTEXT (fn), special_function_p (fn)); in trivial_fn_p()
1384 sfk = special_function_p (decl); in maybe_explain_implicit_delete()
1441 special_function_p (decl), const_p, in explain_implicit_non_constexpr()
1621 special_function_kind kind = special_function_p (fn); in defaulted_late_check()
HDtree.c3392 special_function_p (const_tree decl) in special_function_p() function
HDclass.c1923 && special_function_p (base_fndecl) == special_function_p (fndecl)) in same_signature_p()
HDcp-tree.h5732 extern special_function_kind special_function_p (const_tree);
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDmethod.c458 return type_has_trivial_fn (DECL_CONTEXT (fn), special_function_p (fn)); in trivial_fn_p()
1767 special_function_kind sfk = special_function_p (decl); in get_defaulted_eh_spec()
1804 sfk = special_function_p (decl); in maybe_explain_implicit_delete()
1899 special_function_p (decl), const_p, in explain_implicit_non_constexpr()
2181 special_function_kind kind = special_function_p (fn); in defaulted_late_check()
HDclass.c2201 && special_function_p (base_fndecl) == special_function_p (fndecl)) in same_signature_p()
HDtree.c5006 special_function_p (const_tree decl) in special_function_p() function
HDcp-tree.h7160 extern special_function_kind special_function_p (const_tree);
/dragonfly/contrib/gcc-4.7/gcc/
HDcalls.c148 static int special_function_p (const_tree, int);
502 special_function_p (const_tree fndecl, int flags) in special_function_p() function
584 return special_function_p (fndecl, 0) & ECF_RETURNS_TWICE; in setjmp_call_p()
599 if (fndecl && (special_function_p (fndecl, 0) & ECF_MAY_BE_ALLOCA)) in gimple_alloca_call_p()
613 && (special_function_p (TREE_OPERAND (CALL_EXPR_FN (exp), 0), 0) in alloca_call_p()
725 flags = special_function_p (exp, flags); in flags_from_decl_or_type()
/dragonfly/contrib/gcc-8.0/gcc/
HDcalls.c168 static int special_function_p (const_tree, int);
598 special_function_p (const_tree fndecl, int flags) in special_function_p() function
699 return special_function_p (fndecl, 0) & ECF_RETURNS_TWICE; in setjmp_call_p()
714 if (fndecl && (special_function_p (fndecl, 0) & ECF_MAY_BE_ALLOCA)) in gimple_maybe_alloca_call_p()
871 flags = special_function_p (exp, flags); in flags_from_decl_or_type()