Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp38 ReallocLike = 1<<3, // reallocates enumerator
41 AnyAlloc = AllocLike | ReallocLike
74 {LibFunc::realloc, ReallocLike, 2, 1, -1},
75 {LibFunc::reallocf, ReallocLike, 2, 1, -1},
194 return getAllocationData(V, ReallocLike, TLI, LookThroughBitCast); in isReallocLikeFn()