Searched refs:ReallocLike (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 38 ReallocLike = 1<<3, // reallocates enumerator 41 AnyAlloc = AllocLike | ReallocLike 73 {LibFunc::realloc, {ReallocLike, 2, 1, -1}}, 74 {LibFunc::reallocf, {ReallocLike, 2, 1, -1}},
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 57 ReallocLike = 1<<3, // reallocates enumerator 61 AnyAlloc = AllocLike | ReallocLike 105 {LibFunc_realloc, {ReallocLike, 2, 1, -1}}, 106 {LibFunc_reallocf, {ReallocLike, 2, 1, -1}},
|