Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp1149 OMPMasterTaskLoopDirective *OMPMasterTaskLoopDirective::Create( in Create()
1153 auto *Dir = createDirective<OMPMasterTaskLoopDirective>( in Create()
1185 OMPMasterTaskLoopDirective *
1186 OMPMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1189 return createEmptyDirective<OMPMasterTaskLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1112 const OMPMasterTaskLoopDirective *S) { in VisitOMPMasterTaskLoopDirective()
H A DStmtPrinter.cpp946 OMPMasterTaskLoopDirective *Node) { in VisitOMPMasterTaskLoopDirective()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td264 def OMPMasterTaskLoopDirective : StmtNode<OMPLoopDirective>;
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h3799 class OMPMasterTaskLoopDirective : public OMPLoopDirective {
3811 OMPMasterTaskLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMasterTaskLoopDirective() function
3821 explicit OMPMasterTaskLoopDirective(unsigned CollapsedNum) in OMPMasterTaskLoopDirective() function
3841 static OMPMasterTaskLoopDirective *
3853 static OMPMasterTaskLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3067 DEF_TRAVERSE_STMT(OMPMasterTaskLoopDirective,
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2558 OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective()
3518 S = OMPMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2499 OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp319 EmitOMPMasterTaskLoopDirective(cast<OMPMasterTaskLoopDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3548 void EmitOMPMasterTaskLoopDirective(const OMPMasterTaskLoopDirective &S);
H A DCGStmtOpenMP.cpp7689 const OMPMasterTaskLoopDirective &S) { in EmitOMPMasterTaskLoopDirective()
H A DCGOpenMPRuntime.cpp1313 else if (const auto *TD = dyn_cast<OMPMasterTaskLoopDirective>(&D)) in emitTaskOutlinedFunction()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2188 void VisitOMPMasterTaskLoopDirective(const OMPMasterTaskLoopDirective *D);
3216 const OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h9162 OMPMasterTaskLoopDirective *D) { in TransformOMPMasterTaskLoopDirective()
H A DSemaOpenMP.cpp13470 return OMPMasterTaskLoopDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPMasterTaskLoopDirective()