Home
last modified time | relevance | path

Searched refs:matching_alloc_calls_p (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-warn-access.cc1763 matching_alloc_calls_p (tree alloc_decl, tree dealloc_decl) in matching_alloc_calls_p() function
1967 matching_alloc_calls_p (gimple *alloc, tree dealloc_decl) in matching_alloc_calls_p() function
1973 return matching_alloc_calls_p (alloc_decl, dealloc_decl); in matching_alloc_calls_p()
3739 if (matching_alloc_calls_p (def_stmt, dealloc_decl)) in maybe_check_dealloc_call()
4050 if (matching_alloc_calls_p (realloc_stmt, fndecl)) in maybe_warn_mismatched_realloc()
H A DChangeLog9468 matching_alloc_calls_p, maybe_warn_alloc_args_overflow,
H A DChangeLog-2020945 (matching_alloc_calls_p): Handle built-in deallocation functions.
2194 (matching_alloc_calls_p): Same.
H A DChangeLog-202118589 (matching_alloc_calls_p): Same.