Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp317 auto GetCFP = [&](const Pair &Match) { in EraseUnwantedCUDAMatches() local
322 CUDAFunctionPreference BestCFP = GetCFP(*std::max_element( in EraseUnwantedCUDAMatches()
324 [&](const Pair &M1, const Pair &M2) { return GetCFP(M1) < GetCFP(M2); })); in EraseUnwantedCUDAMatches()
328 [&](const Pair &Match) { return GetCFP(Match) < BestCFP; }); in EraseUnwantedCUDAMatches()