Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp57 ReallocLike = 1<<3, // reallocates enumerator
61 AnyAlloc = AllocLike | ReallocLike
105 {LibFunc_realloc, {ReallocLike, 2, 1, -1}},
106 {LibFunc_reallocf, {ReallocLike, 2, 1, -1}},