Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp60 AllocLike = MallocOrCallocLike | StrDupLike, enumerator
61 AnyAlloc = AllocLike | ReallocLike
308 return getAllocationData(V, AllocLike, TLI, LookThroughBitCast).hasValue(); in isAllocLikeFn()