Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1206 OMPMasterTaskLoopDirective *OMPMasterTaskLoopDirective::Create( in Create()
1210 auto *Dir = createDirective<OMPMasterTaskLoopDirective>( in Create()
1242 OMPMasterTaskLoopDirective *
1243 OMPMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1246 return createEmptyDirective<OMPMasterTaskLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1151 const OMPMasterTaskLoopDirective *S) { in VisitOMPMasterTaskLoopDirective()
H A DStmtPrinter.cpp969 OMPMasterTaskLoopDirective *Node) { in VisitOMPMasterTaskLoopDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td269 def OMPMasterTaskLoopDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3871 class OMPMasterTaskLoopDirective : public OMPLoopDirective {
3883 OMPMasterTaskLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMasterTaskLoopDirective() function
3893 explicit OMPMasterTaskLoopDirective(unsigned CollapsedNum) in OMPMasterTaskLoopDirective() function
3913 static OMPMasterTaskLoopDirective *
3925 static OMPMasterTaskLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3148 DEF_TRAVERSE_STMT(OMPMasterTaskLoopDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2643 OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective()
3683 S = OMPMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2680 OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp331 EmitOMPMasterTaskLoopDirective(cast<OMPMasterTaskLoopDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3863 void EmitOMPMasterTaskLoopDirective(const OMPMasterTaskLoopDirective &S);
H A DCGStmtOpenMP.cpp7841 const OMPMasterTaskLoopDirective &S) { in EmitOMPMasterTaskLoopDirective()
H A DCGOpenMPRuntime.cpp1315 else if (const auto *TD = dyn_cast<OMPMasterTaskLoopDirective>(&D)) in emitTaskOutlinedFunction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9661 OMPMasterTaskLoopDirective *D) { in TransformOMPMasterTaskLoopDirective()
H A DSemaOpenMP.cpp13312 return OMPMasterTaskLoopDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPMasterTaskLoopDirective()