Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCUDA.cpp156 auto GetCFP = [&](const T &Match) { in EraseUnwantedCUDAMatchesImpl() local
161 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()