Searched defs:CallocLike (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp37 CallocLike = 1<<2, // allocates + bzero enumerator in enum:AllocType
40 AllocLike = MallocLike | CallocLike | StrDupLike,
65 {LibFunc::calloc, CallocLike, 2, 0, 1},
177 return getAllocationData(V, CallocLike, TLI, LookThroughBitCast);

Completed in 150 milliseconds