Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAttrImpl.cpp180 OMPDeclareTargetDeclAttr::getDeviceType(const ValueDecl *VD) { in getDeviceType() function in OMPDeclareTargetDeclAttr
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1922 auto DevTy = OMPDeclareTargetDeclAttr::getDeviceType(VD); in checkVar()
H A DSemaOpenMP.cpp2710 OMPDeclareTargetDeclAttr::getDeviceType(Caller->getMostRecentDecl()); in finalizeOpenMPDelayedAnalysis()
2720 DevTy = OMPDeclareTargetDeclAttr::getDeviceType(FD); in finalizeOpenMPDelayedAnalysis()
2743 OMPDeclareTargetDeclAttr::getDeviceType( in finalizeOpenMPDelayedAnalysis()
H A DSemaDecl.cpp20674 OMPDeclareTargetDeclAttr::getDeviceType(FD->getCanonicalDecl()); in getEmissionStatus()
20696 OMPDeclareTargetDeclAttr::getDeviceType(FD->getCanonicalDecl()); in getEmissionStatus()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1491 OMPDeclareTargetDeclAttr::getDeviceType(VD); in convertDeviceClause()
9988 OMPDeclareTargetDeclAttr::getDeviceType(VD); in isAssumedToBeNotEmitted()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4631 static std::optional<DevTypeTy> getDeviceType(const ValueDecl *VD);