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

/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp36 CallocLike = 1<<2, // allocates + bzero enumerator in enum:AllocType
39 AllocLike = MallocLike | CallocLike | StrDupLike,
64 {LibFunc::calloc, CallocLike, 2, 0, 1},
176 return getAllocationData(V, CallocLike, TLI, LookThroughBitCast);

Completed in 33 milliseconds