Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1056 OMPMasterTaskLoopDirective *OMPMasterTaskLoopDirective::Create( in Create()
1060 auto *Dir = createDirective<OMPMasterTaskLoopDirective>( in Create()
1092 OMPMasterTaskLoopDirective *
1093 OMPMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1096 return createEmptyDirective<OMPMasterTaskLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1064 const OMPMasterTaskLoopDirective *S) { in VisitOMPMasterTaskLoopDirective()
H A DStmtPrinter.cpp854 OMPMasterTaskLoopDirective *Node) { in VisitOMPMasterTaskLoopDirective()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td261 def OMPMasterTaskLoopDirective : StmtNode<OMPLoopDirective>;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3587 class OMPMasterTaskLoopDirective : public OMPLoopDirective {
3599 OMPMasterTaskLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMasterTaskLoopDirective() function
3609 explicit OMPMasterTaskLoopDirective(unsigned CollapsedNum) in OMPMasterTaskLoopDirective() function
3629 static OMPMasterTaskLoopDirective *
3641 static OMPMasterTaskLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2958 DEF_TRAVERSE_STMT(OMPMasterTaskLoopDirective,
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2504 OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective()
3401 S = OMPMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2438 OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp311 EmitOMPMasterTaskLoopDirective(cast<OMPMasterTaskLoopDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3482 void EmitOMPMasterTaskLoopDirective(const OMPMasterTaskLoopDirective &S);
H A DCGStmtOpenMP.cpp7033 const OMPMasterTaskLoopDirective &S) { in EmitOMPMasterTaskLoopDirective()
H A DCGOpenMPRuntime.cpp1338 else if (const auto *TD = dyn_cast<OMPMasterTaskLoopDirective>(&D)) in emitTaskOutlinedFunction()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8915 OMPMasterTaskLoopDirective *D) { in TransformOMPMasterTaskLoopDirective()
H A DSemaOpenMP.cpp11631 return OMPMasterTaskLoopDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPMasterTaskLoopDirective()