Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1346 OMPParallelMasterTaskLoopDirective *OMPParallelMasterTaskLoopDirective::Create( in Create()
1350 auto *Dir = createDirective<OMPParallelMasterTaskLoopDirective>( in Create()
1382 OMPParallelMasterTaskLoopDirective *
1383 OMPParallelMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1387 return createEmptyDirective<OMPParallelMasterTaskLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1160 const OMPParallelMasterTaskLoopDirective *S) { in VisitOMPParallelMasterTaskLoopDirective()
H A DStmtPrinter.cpp980 OMPParallelMasterTaskLoopDirective *Node) { in VisitOMPParallelMasterTaskLoopDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td267 def OMPParallelMasterTaskLoopDirective : StmtNode<OMPLoopDirective>;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h4150 class OMPParallelMasterTaskLoopDirective : public OMPLoopDirective {
4162 OMPParallelMasterTaskLoopDirective(SourceLocation StartLoc, in OMPParallelMasterTaskLoopDirective() function
4173 explicit OMPParallelMasterTaskLoopDirective(unsigned CollapsedNum) in OMPParallelMasterTaskLoopDirective() function
4193 static OMPParallelMasterTaskLoopDirective *
4205 static OMPParallelMasterTaskLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3084 DEF_TRAVERSE_STMT(OMPParallelMasterTaskLoopDirective,
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2637 OMPParallelMasterTaskLoopDirective *D) { in VisitOMPParallelMasterTaskLoopDirective()
3638 S = OMPParallelMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2657 OMPParallelMasterTaskLoopDirective *D) { in VisitOMPParallelMasterTaskLoopDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp335 cast<OMPParallelMasterTaskLoopDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3639 const OMPParallelMasterTaskLoopDirective &S);
H A DCGStmtOpenMP.cpp7793 const OMPParallelMasterTaskLoopDirective &S) { in EmitOMPParallelMasterTaskLoopDirective()
H A DCGOpenMPRuntime.cpp1315 else if (const auto *TD = dyn_cast<OMPParallelMasterTaskLoopDirective>(&D)) in emitTaskOutlinedFunction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9376 OMPParallelMasterTaskLoopDirective *D) { in TransformOMPParallelMasterTaskLoopDirective()
H A DSemaOpenMP.cpp13945 return OMPParallelMasterTaskLoopDirective::Create( in ActOnOpenMPParallelMasterTaskLoopDirective()