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.cpp1244 OMPMasterTaskLoopDirective *OMPMasterTaskLoopDirective::Create( in Create()
1248 auto *Dir = createDirective<OMPMasterTaskLoopDirective>( in Create()
1280 OMPMasterTaskLoopDirective *
1281 OMPMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1284 return createEmptyDirective<OMPMasterTaskLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1187 const OMPMasterTaskLoopDirective *S) { in VisitOMPMasterTaskLoopDirective()
H A DStmtPrinter.cpp994 OMPMasterTaskLoopDirective *Node) { in VisitOMPMasterTaskLoopDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td270 def OMPMasterTaskLoopDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3854 class OMPMasterTaskLoopDirective : public OMPLoopDirective {
3866 OMPMasterTaskLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMasterTaskLoopDirective() function
3876 explicit OMPMasterTaskLoopDirective(unsigned CollapsedNum) in OMPMasterTaskLoopDirective() function
3896 static OMPMasterTaskLoopDirective *
3908 static OMPMasterTaskLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3203 DEF_TRAVERSE_STMT(OMPMasterTaskLoopDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2671 OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective()
3820 S = OMPMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2715 OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp337 EmitOMPMasterTaskLoopDirective(cast<OMPMasterTaskLoopDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3901 void EmitOMPMasterTaskLoopDirective(const OMPMasterTaskLoopDirective &S);
H A DCGStmtOpenMP.cpp8065 const OMPMasterTaskLoopDirective &S) { in EmitOMPMasterTaskLoopDirective()
H A DCGOpenMPRuntime.cpp1310 else if (const auto *TD = dyn_cast<OMPMasterTaskLoopDirective>(&D)) in emitTaskOutlinedFunction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10095 OMPMasterTaskLoopDirective *D) { in TransformOMPMasterTaskLoopDirective()
H A DSemaOpenMP.cpp13450 return OMPMasterTaskLoopDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPMasterTaskLoopDirective()