Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp329 auto GetCFP = [&](const Pair &Match) { in EraseUnwantedMatches() local
334 CUDAFunctionPreference BestCFP = GetCFP(*std::max_element( in EraseUnwantedMatches()
336 [&](const Pair &M1, const Pair &M2) { return GetCFP(M1) < GetCFP(M2); })); in EraseUnwantedMatches()
340 [&](const Pair &Match) { return GetCFP(Match) < BestCFP; }); in EraseUnwantedMatches()