Searched refs:all_alloc (Results 1 – 1 of 1) sorted by relevance
1546 fndecl_alloc_p (tree fndecl, bool all_alloc) in fndecl_alloc_p() argument1561 return all_alloc; in fndecl_alloc_p()1601 gimple_call_alloc_p (gimple *stmt, bool all_alloc = false) in gimple_call_alloc_p() argument1603 return fndecl_alloc_p (gimple_call_fndecl (stmt), all_alloc); in gimple_call_alloc_p()