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.cpp64 MallocOrOpNewLike = MallocLike | OpNewLike, enumerator
65 AllocLike = MallocOrOpNewLike | StrDupLike,
320 return getAllocationData(V, MallocOrOpNewLike, TLI).has_value(); in isMallocOrCallocLikeFn()
448 if (getAllocationData(Alloc, MallocOrOpNewLike, TLI).has_value()) in getInitialValueOfAllocation()