Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp56 CallocLike = 1<<2, // allocates + bzero enumerator
59 MallocOrCallocLike = MallocLike | CallocLike,
60 AllocLike = MallocLike | CallocLike | StrDupLike,
104 {LibFunc_calloc, {CallocLike, 2, 0, 1}},
249 return getAllocationData(V, CallocLike, TLI, LookThroughBitCast).hasValue(); in isCallocLikeFn()
/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()