Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaCUDA.cpp279 auto GetCFP = [&](const Pair &Match) { in EraseUnwantedCUDAMatches() local
284 CUDAFunctionPreference BestCFP = GetCFP(*std::max_element( in EraseUnwantedCUDAMatches()
286 [&](const Pair &M1, const Pair &M2) { return GetCFP(M1) < GetCFP(M2); })); in EraseUnwantedCUDAMatches()
290 [&](const Pair &Match) { return GetCFP(Match) < BestCFP; }); in EraseUnwantedCUDAMatches()