Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp62 MallocOrCallocLike = MallocLike | OpNewLike | CallocLike | AlignedAllocLike, enumerator
63 AllocLike = MallocOrCallocLike | StrDupLike,
327 return getAllocationData(V, MallocOrCallocLike, TLI).has_value(); in isMallocOrCallocLikeFn()