Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCUDA.cpp276 auto GetCFP = [&](const Pair &Match) { in EraseUnwantedCUDAMatches() local
281 CUDAFunctionPreference BestCFP = GetCFP(*std::max_element( in EraseUnwantedCUDAMatches()
283 [&](const Pair &M1, const Pair &M2) { return GetCFP(M1) < GetCFP(M2); })); in EraseUnwantedCUDAMatches()
287 [&](const Pair &Match) { return GetCFP(Match) < BestCFP; }); in EraseUnwantedCUDAMatches()