Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCUDA.cpp202 Sema::IdentifyCUDAPreference(const FunctionDecl *Caller, in IdentifyCUDAPreference() function in Sema
277 return IdentifyCUDAPreference(Caller, Match.second); in EraseUnwantedCUDAMatches()
762 switch (IdentifyCUDAPreference(Caller, Callee)) { in CheckCUDACall()
H A DSemaExprCXX.cpp1545 auto CallPreference = IdentifyCUDAPreference(Caller, Method); in isUsualDeallocationFunction()
1555 if (IdentifyCUDAPreference(Caller, FD) > CFP_WrongSide) in isUsualDeallocationFunction()
1574 return IdentifyCUDAPreference(Caller, FD) >= CFP_HostDevice; in isUsualDeallocationFunction()
1638 CUDAPref = S.IdentifyCUDAPreference(Caller, FD); in UsualDeallocFnInfo()
H A DSemaOverload.cpp9588 auto P1 = S.IdentifyCUDAPreference(Caller, Cand1.Function); in isBetterOverloadCandidate()
9589 auto P2 = S.IdentifyCUDAPreference(Caller, Cand2.Function); in isBetterOverloadCandidate()
9866 return S.IdentifyCUDAPreference(Caller, Cand1.Function) > in isBetterOverloadCandidate()
9867 S.IdentifyCUDAPreference(Caller, Cand2.Function); in isBetterOverloadCandidate()
9974 S.IdentifyCUDAPreference(Caller, Cand->Function) == in BestViableFunction()
9981 S.IdentifyCUDAPreference(Caller, Cand->Function) == in BestViableFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCompileCudaWithLLVM.rst344 overload resolution. See `IdentifyCUDAPreference
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12105 CUDAFunctionPreference IdentifyCUDAPreference(const FunctionDecl *Caller,
12115 return IdentifyCUDAPreference(Caller, Callee) != CFP_Never; in IsAllowedCUDACall()