Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DMemoryBuiltins.cpp455 static const std::pair<LibFunc, FreeFnsTy> FreeFnData[] = { variable
491 find_if(FreeFnData, [TLIFn](const std::pair<LibFunc, FreeFnsTy> &P) { in getFreeFunctionDataForFunction()
494 if (Iter == std::end(FreeFnData)) in getFreeFunctionDataForFunction()