Searched refs:special_function_p (Results 1 – 10 of 10) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | method.c | 479 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()
|
| HD | tree.c | 3392 special_function_p (const_tree decl) in special_function_p() function
|
| HD | class.c | 1923 && special_function_p (base_fndecl) == special_function_p (fndecl)) in same_signature_p()
|
| HD | cp-tree.h | 5732 extern special_function_kind special_function_p (const_tree);
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | method.c | 458 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()
|
| HD | class.c | 2201 && special_function_p (base_fndecl) == special_function_p (fndecl)) in same_signature_p()
|
| HD | tree.c | 5006 special_function_p (const_tree decl) in special_function_p() function
|
| HD | cp-tree.h | 7160 extern special_function_kind special_function_p (const_tree);
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | calls.c | 148 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/ |
| HD | calls.c | 168 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()
|