Home
last modified time | relevance | path

Searched refs:getDeviceType (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DAttrImpl.cpp180 OMPDeclareTargetDeclAttr::getDeviceType(const ValueDecl *VD) { in getDeviceType() function in OMPDeclareTargetDeclAttr
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1738 auto DevTy = OMPDeclareTargetDeclAttr::getDeviceType(VD); in checkVar()
H A DSemaOpenMP.cpp2724 OMPDeclareTargetDeclAttr::getDeviceType(Caller->getMostRecentDecl()); in finalizeOpenMPDelayedAnalysis()
2734 DevTy = OMPDeclareTargetDeclAttr::getDeviceType(FD); in finalizeOpenMPDelayedAnalysis()
2756 OMPDeclareTargetDeclAttr::getDeviceType( in finalizeOpenMPDelayedAnalysis()
H A DSemaDecl.cpp20509 OMPDeclareTargetDeclAttr::getDeviceType(FD->getCanonicalDecl()); in getEmissionStatus()
20531 OMPDeclareTargetDeclAttr::getDeviceType(FD->getCanonicalDecl()); in getEmissionStatus()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1499 OMPDeclareTargetDeclAttr::getDeviceType(VD); in convertDeviceClause()
9853 OMPDeclareTargetDeclAttr::getDeviceType(VD); in isAssumedToBeNotEmitted()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4066 static std::optional<DevTypeTy> getDeviceType(const ValueDecl *VD);