Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDStmtOpenMP.cpp1384 OMPParallelMasterTaskLoopDirective *OMPParallelMasterTaskLoopDirective::Create( in Create()
1388 auto *Dir = createDirective<OMPParallelMasterTaskLoopDirective>( in Create()
1420 OMPParallelMasterTaskLoopDirective *
1421 OMPParallelMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1425 return createEmptyDirective<OMPParallelMasterTaskLoopDirective>( in CreateEmpty()
HDStmtProfile.cpp1171 const OMPParallelMasterTaskLoopDirective *S) { in VisitOMPParallelMasterTaskLoopDirective()
HDStmtPrinter.cpp993 OMPParallelMasterTaskLoopDirective *Node) { in VisitOMPParallelMasterTaskLoopDirective()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDStmtNodes.td271 def OMPParallelMasterTaskLoopDirective : StmtNode<OMPLoopDirective>;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmtOpenMP.h4154 class OMPParallelMasterTaskLoopDirective : public OMPLoopDirective {
4166 OMPParallelMasterTaskLoopDirective(SourceLocation StartLoc, in OMPParallelMasterTaskLoopDirective() function
4177 explicit OMPParallelMasterTaskLoopDirective(unsigned CollapsedNum) in OMPParallelMasterTaskLoopDirective() function
4197 static OMPParallelMasterTaskLoopDirective *
4209 static OMPParallelMasterTaskLoopDirective *CreateEmpty(const ASTContext &C,
HDRecursiveASTVisitor.h3154 DEF_TRAVERSE_STMT(OMPParallelMasterTaskLoopDirective,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp2665 OMPParallelMasterTaskLoopDirective *D) { in VisitOMPParallelMasterTaskLoopDirective()
3715 S = OMPParallelMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
HDASTWriterStmt.cpp2706 OMPParallelMasterTaskLoopDirective *D) { in VisitOMPParallelMasterTaskLoopDirective()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp345 cast<OMPParallelMasterTaskLoopDirective>(*S)); in EmitStmt()
HDCodeGenFunction.h3867 const OMPParallelMasterTaskLoopDirective &S);
HDCGStmtOpenMP.cpp7865 const OMPParallelMasterTaskLoopDirective &S) { in EmitOMPParallelMasterTaskLoopDirective()
HDCGOpenMPRuntime.cpp1317 else if (const auto *TD = dyn_cast<OMPParallelMasterTaskLoopDirective>(&D)) in emitTaskOutlinedFunction()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h9705 OMPParallelMasterTaskLoopDirective *D) { in TransformOMPParallelMasterTaskLoopDirective()
HDSemaOpenMP.cpp13467 return OMPParallelMasterTaskLoopDirective::Create( in ActOnOpenMPParallelMasterTaskLoopDirective()