Home
last modified time | relevance | path

Searched refs:OMPParallelSectionsDirective (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2452 class OMPParallelSectionsDirective : public OMPExecutableDirective {
2464 OMPParallelSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelSectionsDirective() function
2471 explicit OMPParallelSectionsDirective() in OMPParallelSectionsDirective() function
2494 static OMPParallelSectionsDirective *
2505 static OMPParallelSectionsDirective *
2513 return const_cast<OMPParallelSectionsDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h3009 DEF_TRAVERSE_STMT(OMPParallelSectionsDirective,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp720 OMPParallelSectionsDirective *OMPParallelSectionsDirective::Create( in Create()
724 auto *Dir = createDirective<OMPParallelSectionsDirective>( in Create()
731 OMPParallelSectionsDirective *
732 OMPParallelSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
734 return createEmptyDirective<OMPParallelSectionsDirective>( in CreateEmpty()
H A DStmtProfile.cpp1040 const OMPParallelSectionsDirective *S) { in VisitOMPParallelSectionsDirective()
H A DStmtPrinter.cpp832 OMPParallelSectionsDirective *Node) { in VisitOMPParallelSectionsDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td241 def OMPParallelSectionsDirective : StmtNode<OMPExecutableDirective>;
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2483 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
3475 S = OMPParallelSectionsDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2478 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp252 EmitOMPParallelSectionsDirective(cast<OMPParallelSectionsDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp1315 cast<OMPParallelSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
4106 else if (auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&S)) in EmitSections()
4520 const OMPParallelSectionsDirective &S) { in EmitOMPParallelSectionsDirective()
H A DCodeGenFunction.h3607 void EmitOMPParallelSectionsDirective(const OMPParallelSectionsDirective &S);
H A DCGOpenMPRuntime.cpp1222 else if (const auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9068 OMPParallelSectionsDirective *D) { in TransformOMPParallelSectionsDirective()
H A DSemaOpenMP.cpp11276 return OMPParallelSectionsDirective::Create( in ActOnOpenMPParallelSectionsDirective()