Home
last modified time | relevance | path

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

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