Searched refs:BestCFP (Results 1 – 1 of 1) sorted by relevance
223 Sema::CUDAFunctionPreference P, BestCFP = Sema::CFP_Never; in EraseUnwantedCUDAMatchesImpl() local226 if (P > BestCFP) in EraseUnwantedCUDAMatchesImpl()227 BestCFP = P; in EraseUnwantedCUDAMatchesImpl()232 if (S.IdentifyCUDAPreference(Caller, FetchDecl(Matches[I])) < BestCFP) { in EraseUnwantedCUDAMatchesImpl()