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,
72 {LibFunc::calloc, {CallocLike, 2, 0, 1}},
202 return getAllocationData(V, CallocLike, TLI, LookThroughBitCast).hasValue(); in isCallocLikeFn()