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.cpp327 auto GetCFP = [&](const Pair &Match) { in EraseUnwantedMatches() local
333 GetCFP(*llvm::max_element(Matches, [&](const Pair &M1, const Pair &M2) { in EraseUnwantedMatches()
334 return GetCFP(M1) < GetCFP(M2); in EraseUnwantedMatches()
339 [&](const Pair &Match) { return GetCFP(Match) < BestCFP; }); in EraseUnwantedMatches()