Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp35 CallocLike = 1<<1, // allocates + bzero enumerator
38 AllocLike = MallocLike | CallocLike | StrDupLike,
39 AnyAlloc = MallocLike | CallocLike | ReallocLike | StrDupLike
64 {LibFunc::calloc, CallocLike, 2, 0, 1},
172 return getAllocationData(V, CallocLike, TLI, LookThroughBitCast); in isCallocLikeFn()