Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp53 static const std::pair<LibFunc::Func, AllocFnsTy> AllocationFnData[] = { variable
138 std::find_if(std::begin(AllocationFnData), std::end(AllocationFnData), in getAllocationData()
143 if (Iter == std::end(AllocationFnData)) in getAllocationData()