Searched refs:dealloc_decl (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gimple-ssa-warn-access.cc | 1763 matching_alloc_calls_p (tree alloc_decl, tree dealloc_decl) in matching_alloc_calls_p() argument 1772 if (DECL_IS_OPERATOR_DELETE_P (dealloc_decl)) in matching_alloc_calls_p() 1775 return !new_delete_mismatch_p (alloc_decl, dealloc_decl); in matching_alloc_calls_p() 1779 if (fndecl_built_in_p (dealloc_decl, BUILT_IN_FREE) in matching_alloc_calls_p() 1780 || fndecl_built_in_p (dealloc_decl, BUILT_IN_REALLOC)) in matching_alloc_calls_p() 1801 if (DECL_IS_OPERATOR_DELETE_P (dealloc_decl)) in matching_alloc_calls_p() 1804 if (fndecl_built_in_p (dealloc_decl, BUILT_IN_FREE) in matching_alloc_calls_p() 1805 || fndecl_built_in_p (dealloc_decl, BUILT_IN_REALLOC)) in matching_alloc_calls_p() 1819 if (fndecl_built_in_p (dealloc_decl, BUILT_IN_NORMAL)) in matching_alloc_calls_p() 1821 built_in_function dealloc_code = DECL_FUNCTION_CODE (dealloc_decl); in matching_alloc_calls_p() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-attribs.cc | 3252 maybe_add_noinline (tree name, tree alloc_decl, tree dealloc_decl, in maybe_add_noinline() argument 3255 if (fndecl_built_in_p (alloc_decl) || fndecl_built_in_p (dealloc_decl)) in maybe_add_noinline() 3268 "declared %qs", name, DECL_NAME (dealloc_decl), "inline"); in maybe_add_noinline() 3273 if ((optimize && DECL_DECLARED_INLINE_P (dealloc_decl)) in maybe_add_noinline() 3274 || lookup_attribute ("always_inline", DECL_ATTRIBUTES (dealloc_decl))) in maybe_add_noinline() 3279 name, DECL_NAME (dealloc_decl), "inline"); in maybe_add_noinline() 3280 inform (DECL_SOURCE_LOCATION (dealloc_decl), in maybe_add_noinline()
|