Searched refs:IdentifyCUDAPreference (Results 1 – 4 of 4) sorted by relevance
95 Sema::IdentifyCUDAPreference(const FunctionDecl *Caller, in IdentifyCUDAPreference() function in Sema157 return S.IdentifyCUDAPreference(Caller, FetchDecl(Match)); in EraseUnwantedCUDAMatchesImpl()
8677 return S.IdentifyCUDAPreference(Caller, Cand1.Function) > in isBetterOverloadCandidate()8678 S.IdentifyCUDAPreference(Caller, Cand2.Function); in isBetterOverloadCandidate()8785 S.IdentifyCUDAPreference(Caller, Cand->Function) == in BestViableFunction()8791 S.IdentifyCUDAPreference(Caller, Cand->Function) == in BestViableFunction()
342 overload resolution. See `IdentifyCUDAPreference
9123 CUDAFunctionPreference IdentifyCUDAPreference(const FunctionDecl *Caller,9129 return IdentifyCUDAPreference(Caller, Callee) == CFP_Never; in CheckCUDATarget()