Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCUDA.cpp92 Sema::IdentifyCUDAPreference(const FunctionDecl *Caller, in IdentifyCUDAPreference() function in Sema
156 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()
DSemaOverload.cpp8595 return S.IdentifyCUDAPreference(Caller, Cand1.Function) > in isBetterOverloadCandidate()
8596 S.IdentifyCUDAPreference(Caller, Cand2.Function); in isBetterOverloadCandidate()
/external/clang/include/clang/Sema/
DSema.h8756 CUDAFunctionPreference IdentifyCUDAPreference(const FunctionDecl *Caller,