Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCUDA.cpp95 Sema::IdentifyCUDAPreference(const FunctionDecl *Caller, in IdentifyCUDAPreference() function in Sema
157 return S.IdentifyCUDAPreference(Caller, FetchDecl(Match)); in EraseUnwantedCUDAMatchesImpl()
DSemaOverload.cpp8677 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()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCompileCudaWithLLVM.rst342 overload resolution. See `IdentifyCUDAPreference
/external/clang/include/clang/Sema/
DSema.h9123 CUDAFunctionPreference IdentifyCUDAPreference(const FunctionDecl *Caller,
9129 return IdentifyCUDAPreference(Caller, Callee) == CFP_Never; in CheckCUDATarget()