Home
last modified time | relevance | path

Searched refs:OMPSafelenClause (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/Basic/
DOpenMPKinds.def138 OPENMP_CLAUSE(safelen, OMPSafelenClause)
/external/clang/include/clang/AST/
DOpenMPClause.h355 class OMPSafelenClause : public OMPClause {
372 OMPSafelenClause(Expr *Len, SourceLocation StartLoc, SourceLocation LParenLoc, in OMPSafelenClause() function
379 explicit OMPSafelenClause() in OMPSafelenClause() function
DRecursiveASTVisitor.h2483 bool RecursiveASTVisitor<Derived>::VisitOMPSafelenClause(OMPSafelenClause *C) {
/external/clang/lib/Sema/
DSemaOpenMP.cpp4113 OMPSafelenClause *Safelen = nullptr; in ActOnOpenMPSimdDirective()
4117 Safelen = cast<OMPSafelenClause>(Clause); in ActOnOpenMPSimdDirective()
4202 OMPSafelenClause *Safelen = nullptr; in ActOnOpenMPForSimdDirective()
4206 Safelen = cast<OMPSafelenClause>(Clause); in ActOnOpenMPForSimdDirective()
4459 OMPSafelenClause *Safelen = nullptr; in ActOnOpenMPParallelForSimdDirective()
4463 Safelen = cast<OMPSafelenClause>(Clause); in ActOnOpenMPParallelForSimdDirective()
5793 OMPSafelenClause(Safelen.get(), StartLoc, LParenLoc, EndLoc); in ActOnOpenMPSafelenClause()
DTreeTransform.h7452 TreeTransform<Derived>::TransformOMPSafelenClause(OMPSafelenClause *C) { in TransformOMPSafelenClause()
/external/clang/lib/AST/
DStmtProfile.cpp288 void OMPClauseProfiler::VisitOMPSafelenClause(const OMPSafelenClause *C) { in VisitOMPSafelenClause()
DStmtPrinter.cpp623 void OMPClausePrinter::VisitOMPSafelenClause(OMPSafelenClause *Node) { in VisitOMPSafelenClause()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1139 CGF.LoopStack.setParallel(!D.getSingleClause<OMPSafelenClause>()); in emitSimdlenSafelenClause()
1140 } else if (const auto *C = D.getSingleClause<OMPSafelenClause>()) { in emitSimdlenSafelenClause()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1764 C = new (Context) OMPSafelenClause(); in readClause()
1900 void OMPClauseReader::VisitOMPSafelenClause(OMPSafelenClause *C) { in VisitOMPSafelenClause()
DASTWriterStmt.cpp1785 void OMPClauseWriter::VisitOMPSafelenClause(OMPSafelenClause *C) { in VisitOMPSafelenClause()
/external/clang/tools/libclang/
DCIndex.cpp2032 void OMPClauseEnqueue::VisitOMPSafelenClause(const OMPSafelenClause *C) { in VisitOMPSafelenClause()