Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp40 AllocLike = MallocLike | CallocLike | StrDupLike, enumerator
41 AnyAlloc = AllocLike | ReallocLike
209 return getAllocationData(V, AllocLike, TLI, LookThroughBitCast).hasValue(); in isAllocLikeFn()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp60 AllocLike = MallocLike | CallocLike | StrDupLike, enumerator
61 AnyAlloc = AllocLike | ReallocLike
264 return getAllocationData(V, AllocLike, TLI, LookThroughBitCast).hasValue(); in isAllocLikeFn()