Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDOpenMPClause.h720 class OMPSafelenClause final
733 OMPSafelenClause(Expr *Len, SourceLocation StartLoc, SourceLocation LParenLoc, in OMPSafelenClause() function
738 explicit OMPSafelenClause() : OMPOneStmtClause() {} in OMPSafelenClause() function
HDRecursiveASTVisitor.h3321 bool RecursiveASTVisitor<Derived>::VisitOMPSafelenClause(OMPSafelenClause *C) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDStmtProfile.cpp480 void OMPClauseProfiler::VisitOMPSafelenClause(const OMPSafelenClause *C) { in VisitOMPSafelenClause()
HDOpenMPClause.cpp1753 void OMPClausePrinter::VisitOMPSafelenClause(OMPSafelenClause *Node) { in VisitOMPSafelenClause()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmtOpenMP.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-13-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
HDOMP.td378 let clangClass = "OMPSafelenClause";
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp10403 C = new (Context) OMPSafelenClause(); in readClause()
10763 void OMPClauseReader::VisitOMPSafelenClause(OMPSafelenClause *C) { in VisitOMPSafelenClause()
HDASTWriter.cpp7127 void OMPClauseWriter::VisitOMPSafelenClause(OMPSafelenClause *C) { in VisitOMPSafelenClause()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp10292 const OMPSafelenClause *Safelen = nullptr; in checkSimdlenSafelenSpecified()
10297 Safelen = cast<OMPSafelenClause>(Clause); in checkSimdlenSafelenSpecified()
15516 OMPSafelenClause(Safelen.get(), StartLoc, LParenLoc, EndLoc); in ActOnOpenMPSafelenClause()
HDTreeTransform.h10044 TreeTransform<Derived>::TransformOMPSafelenClause(OMPSafelenClause *C) { in TransformOMPSafelenClause()