Searched refs:GetCFP (Results 1 – 1 of 1) sorted by relevance
156 auto GetCFP = [&](const T &Match) { in EraseUnwantedCUDAMatchesImpl() local161 Sema::CUDAFunctionPreference BestCFP = GetCFP(*std::max_element( in EraseUnwantedCUDAMatchesImpl()163 [&](const T &M1, const T &M2) { return GetCFP(M1) < GetCFP(M2); })); in EraseUnwantedCUDAMatchesImpl()168 [&](const T &Match) { return GetCFP(Match) < BestCFP; }), in EraseUnwantedCUDAMatchesImpl()