Searched refs:IdentifyCUDAPreference (Results 1 – 3 of 3) sorted by relevance
92 Sema::IdentifyCUDAPreference(const FunctionDecl *Caller, in IdentifyCUDAPreference() function in Sema156 return IdentifyCUDAPreference(Caller,Callee) == CFP_Never; in CheckCUDATarget()225 P = S.IdentifyCUDAPreference(Caller, FetchDecl(Match)); in EraseUnwantedCUDAMatchesImpl()232 if (S.IdentifyCUDAPreference(Caller, FetchDecl(Matches[I])) < BestCFP) { in EraseUnwantedCUDAMatchesImpl()
8595 return S.IdentifyCUDAPreference(Caller, Cand1.Function) > in isBetterOverloadCandidate()8596 S.IdentifyCUDAPreference(Caller, Cand2.Function); in isBetterOverloadCandidate()
8756 CUDAFunctionPreference IdentifyCUDAPreference(const FunctionDecl *Caller,