Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1436 int getOpenMPDeviceNum() const;
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp576 Actions.OpenMP().getOpenMPDeviceNum()); in ParseOpenMPDeclareBeginVariantDirective()
2643 Actions.OpenMP().getOpenMPDeviceNum()); in ParseOpenMPDeclarativeOrExecutableDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7167 DSAStack->getConstructTraits(), getOpenMPDeviceNum()); in ActOnOpenMPCall()
16035 int SemaOpenMP::getOpenMPDeviceNum() const { return DeviceNum; } in getOpenMPDeviceNum() function in SemaOpenMP