Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp63 MallocOrOpNewLike = MallocLike | OpNewLike, enumerator
64 AllocLike = MallocOrOpNewLike | StrDupLike,
308 return getAllocationData(V, MallocOrOpNewLike, TLI).has_value(); in isMallocOrCallocLikeFn()
439 if (getAllocationData(Alloc, MallocOrOpNewLike, TLI).has_value()) in getInitialValueOfAllocation()