Searched refs:alloc_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 1770 if (DECL_IS_OPERATOR_NEW_P (alloc_decl)) in matching_alloc_calls_p() 1775 return !new_delete_mismatch_p (alloc_decl, dealloc_decl); in matching_alloc_calls_p() 1786 else if (fndecl_built_in_p (alloc_decl, BUILT_IN_NORMAL)) in matching_alloc_calls_p() 1788 switch (DECL_FUNCTION_CODE (alloc_decl)) in matching_alloc_calls_p() 1825 for (tree amats = DECL_ATTRIBUTES (alloc_decl); in matching_alloc_calls_p() 1843 const bool alloc_builtin = fndecl_built_in_p (alloc_decl, BUILT_IN_NORMAL); in matching_alloc_calls_p() 1888 if (DECL_FUNCTION_CODE (alloc) != DECL_FUNCTION_CODE (alloc_decl)) in matching_alloc_calls_p() 1894 if (alloc == DECL_NAME (alloc_decl)) in matching_alloc_calls_p() 1910 for (tree amats = DECL_ATTRIBUTES (alloc_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() 3263 if ((optimize && DECL_DECLARED_INLINE_P (alloc_decl)) in maybe_add_noinline() 3264 || lookup_attribute ("always_inline", DECL_ATTRIBUTES (alloc_decl))) in maybe_add_noinline() 3290 decl_attributes (&alloc_decl, attr, 0); in maybe_add_noinline()
|