Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCUDA.cpp223 Sema::CUDAFunctionPreference P, BestCFP = Sema::CFP_Never; in EraseUnwantedCUDAMatchesImpl() local
226 if (P > BestCFP) in EraseUnwantedCUDAMatchesImpl()
227 BestCFP = P; in EraseUnwantedCUDAMatchesImpl()
232 if (S.IdentifyCUDAPreference(Caller, FetchDecl(Matches[I])) < BestCFP) { in EraseUnwantedCUDAMatchesImpl()