Searched refs:OMPMasterTaskLoopDirective (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 1056 OMPMasterTaskLoopDirective *OMPMasterTaskLoopDirective::Create( in Create() 1060 auto *Dir = createDirective<OMPMasterTaskLoopDirective>( in Create() 1092 OMPMasterTaskLoopDirective * 1093 OMPMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 1096 return createEmptyDirective<OMPMasterTaskLoopDirective>( in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1064 const OMPMasterTaskLoopDirective *S) { in VisitOMPMasterTaskLoopDirective()
|
| H A D | StmtPrinter.cpp | 854 OMPMasterTaskLoopDirective *Node) { in VisitOMPMasterTaskLoopDirective()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 261 def OMPMasterTaskLoopDirective : StmtNode<OMPLoopDirective>;
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 3587 class OMPMasterTaskLoopDirective : public OMPLoopDirective { 3599 OMPMasterTaskLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMasterTaskLoopDirective() function 3609 explicit OMPMasterTaskLoopDirective(unsigned CollapsedNum) in OMPMasterTaskLoopDirective() function 3629 static OMPMasterTaskLoopDirective * 3641 static OMPMasterTaskLoopDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 2958 DEF_TRAVERSE_STMT(OMPMasterTaskLoopDirective,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2504 OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective() 3401 S = OMPMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2438 OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 311 EmitOMPMasterTaskLoopDirective(cast<OMPMasterTaskLoopDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3482 void EmitOMPMasterTaskLoopDirective(const OMPMasterTaskLoopDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 7033 const OMPMasterTaskLoopDirective &S) { in EmitOMPMasterTaskLoopDirective()
|
| H A D | CGOpenMPRuntime.cpp | 1338 else if (const auto *TD = dyn_cast<OMPMasterTaskLoopDirective>(&D)) in emitTaskOutlinedFunction()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8915 OMPMasterTaskLoopDirective *D) { in TransformOMPMasterTaskLoopDirective()
|
| H A D | SemaOpenMP.cpp | 11631 return OMPMasterTaskLoopDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPMasterTaskLoopDirective()
|