HomeSort by: relevance | last modified time | path
    Searched refs:OMPDeviceClause (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp 90 return static_cast<const OMPDeviceClause *>(C);
1752 void OMPClausePrinter::VisitOMPDeviceClause(OMPDeviceClause *Node) {
StmtProfile.cpp 786 void OMPClauseProfiler::VisitOMPDeviceClause(const OMPDeviceClause *C) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 5928 if (auto *C = S.getSingleClause<OMPDeviceClause>())
6636 if (const auto *C = S.getSingleClause<OMPDeviceClause>())
6661 if (const auto *C = S.getSingleClause<OMPDeviceClause>())
6682 if (const auto *C = S.getSingleClause<OMPDeviceClause>())
7074 if (const auto *C = S.getSingleClause<OMPDeviceClause>())
CGOpenMPRuntime.cpp 4329 if (auto *C = D.getSingleClause<OMPDeviceClause>())
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 4658 class OMPDeviceClause : public OMPClause, public OMPClauseWithPreInit {
4695 OMPDeviceClause(OpenMPDeviceClauseModifier Modifier, Expr *E, Stmt *HelperE,
4706 OMPDeviceClause()
RecursiveASTVisitor.h 3484 bool RecursiveASTVisitor<Derived>::VisitOMPDeviceClause(OMPDeviceClause *C) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 6397 void OMPClauseWriter::VisitOMPDeviceClause(OMPDeviceClause *C) {
ASTReader.cpp 11850 C = new (Context) OMPDeviceClause();
12494 void OMPClauseReader::VisitOMPDeviceClause(OMPDeviceClause *C) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2322 void OMPClauseEnqueue::VisitOMPDeviceClause(const OMPDeviceClause *C) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 9806 TreeTransform<Derived>::TransformOMPDeviceClause(OMPDeviceClause *C) {
SemaOpenMP.cpp 18056 OMPDeviceClause(Modifier, ValExpr, HelperValStmt, CaptureRegion, StartLoc,

Completed in 178 milliseconds