Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h720 class OMPSafelenClause final
733 OMPSafelenClause(Expr *Len, SourceLocation StartLoc, SourceLocation LParenLoc, in OMPSafelenClause() function
738 explicit OMPSafelenClause() : OMPOneStmtClause() {} in OMPSafelenClause() function
H A DRecursiveASTVisitor.h3321 bool RecursiveASTVisitor<Derived>::VisitOMPSafelenClause(OMPSafelenClause *C) {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp480 void OMPClauseProfiler::VisitOMPSafelenClause(const OMPSafelenClause *C) { in VisitOMPSafelenClause()
H A DOpenMPClause.cpp1753 void OMPClausePrinter::VisitOMPSafelenClause(OMPSafelenClause *Node) { in VisitOMPSafelenClause()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2406 CGF.LoopStack.setParallel(!D.getSingleClause<OMPSafelenClause>()); in emitSimdlenSafelenClause()
2407 } else if (const auto *C = D.getSingleClause<OMPSafelenClause>()) { in emitSimdlenSafelenClause()
2634 if (!(isa<OMPSimdlenClause>(C) || isa<OMPSafelenClause>(C) || in isSupportedByOpenMPIRBuilder()
2719 if (const auto *C = S.getSingleClause<OMPSafelenClause>()) { in EmitOMPSimdDirective()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td378 let clangClass = "OMPSafelenClause";
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10403 C = new (Context) OMPSafelenClause(); in readClause()
10763 void OMPClauseReader::VisitOMPSafelenClause(OMPSafelenClause *C) { in VisitOMPSafelenClause()
H A DASTWriter.cpp7127 void OMPClauseWriter::VisitOMPSafelenClause(OMPSafelenClause *C) { in VisitOMPSafelenClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp10292 const OMPSafelenClause *Safelen = nullptr; in checkSimdlenSafelenSpecified()
10297 Safelen = cast<OMPSafelenClause>(Clause); in checkSimdlenSafelenSpecified()
15516 OMPSafelenClause(Safelen.get(), StartLoc, LParenLoc, EndLoc); in ActOnOpenMPSafelenClause()
H A DTreeTransform.h10044 TreeTransform<Derived>::TransformOMPSafelenClause(OMPSafelenClause *C) { in TransformOMPSafelenClause()