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
73 {LibFunc::realloc, {ReallocLike, 2, 1, -1}},
74 {LibFunc::reallocf, {ReallocLike, 2, 1, -1}},