Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp1327 OMPParallelMasterTaskLoopDirective *OMPParallelMasterTaskLoopDirective::Create( in Create()
1331 auto *Dir = createDirective<OMPParallelMasterTaskLoopDirective>( in Create()
1363 OMPParallelMasterTaskLoopDirective *
1364 OMPParallelMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1368 return createEmptyDirective<OMPParallelMasterTaskLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1132 const OMPParallelMasterTaskLoopDirective *S) { in VisitOMPParallelMasterTaskLoopDirective()
H A DStmtPrinter.cpp970 OMPParallelMasterTaskLoopDirective *Node) { in VisitOMPParallelMasterTaskLoopDirective()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td266 def OMPParallelMasterTaskLoopDirective : StmtNode<OMPLoopDirective>;
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h4082 class OMPParallelMasterTaskLoopDirective : public OMPLoopDirective {
4094 OMPParallelMasterTaskLoopDirective(SourceLocation StartLoc, in OMPParallelMasterTaskLoopDirective() function
4105 explicit OMPParallelMasterTaskLoopDirective(unsigned CollapsedNum) in OMPParallelMasterTaskLoopDirective() function
4125 static OMPParallelMasterTaskLoopDirective *
4137 static OMPParallelMasterTaskLoopDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3073 DEF_TRAVERSE_STMT(OMPParallelMasterTaskLoopDirective,
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2580 OMPParallelMasterTaskLoopDirective *D) { in VisitOMPParallelMasterTaskLoopDirective()
3550 S = OMPParallelMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2525 OMPParallelMasterTaskLoopDirective *D) { in VisitOMPParallelMasterTaskLoopDirective()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp333 cast<OMPParallelMasterTaskLoopDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3552 const OMPParallelMasterTaskLoopDirective &S);
H A DCGStmtOpenMP.cpp7713 const OMPParallelMasterTaskLoopDirective &S) { in EmitOMPParallelMasterTaskLoopDirective()
H A DCGOpenMPRuntime.cpp1315 else if (const auto *TD = dyn_cast<OMPParallelMasterTaskLoopDirective>(&D)) in emitTaskOutlinedFunction()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2195 const OMPParallelMasterTaskLoopDirective *D);
3236 const OMPParallelMasterTaskLoopDirective *D) { in VisitOMPParallelMasterTaskLoopDirective()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h9206 OMPParallelMasterTaskLoopDirective *D) { in TransformOMPParallelMasterTaskLoopDirective()
H A DSemaOpenMP.cpp13665 return OMPParallelMasterTaskLoopDirective::Create( in ActOnOpenMPParallelMasterTaskLoopDirective()