Searched refs:OMPMasterTaskLoopDirective (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 1244 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 D | StmtProfile.cpp | 1187 const OMPMasterTaskLoopDirective *S) { in VisitOMPMasterTaskLoopDirective()
|
| H A D | StmtPrinter.cpp | 994 OMPMasterTaskLoopDirective *Node) { in VisitOMPMasterTaskLoopDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 270 def OMPMasterTaskLoopDirective : StmtNode<OMPLoopDirective>;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 3854 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 D | RecursiveASTVisitor.h | 3203 DEF_TRAVERSE_STMT(OMPMasterTaskLoopDirective,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2671 OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective() 3820 S = OMPMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2715 OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 337 EmitOMPMasterTaskLoopDirective(cast<OMPMasterTaskLoopDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3901 void EmitOMPMasterTaskLoopDirective(const OMPMasterTaskLoopDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 8065 const OMPMasterTaskLoopDirective &S) { in EmitOMPMasterTaskLoopDirective()
|
| H A D | CGOpenMPRuntime.cpp | 1310 else if (const auto *TD = dyn_cast<OMPMasterTaskLoopDirective>(&D)) in emitTaskOutlinedFunction()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 10095 OMPMasterTaskLoopDirective *D) { in TransformOMPMasterTaskLoopDirective()
|
| H A D | SemaOpenMP.cpp | 13450 return OMPMasterTaskLoopDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPMasterTaskLoopDirective()
|