Searched refs:OMPMasterTaskLoopDirective (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 1206 OMPMasterTaskLoopDirective *OMPMasterTaskLoopDirective::Create( in Create() 1210 auto *Dir = createDirective<OMPMasterTaskLoopDirective>( in Create() 1242 OMPMasterTaskLoopDirective * 1243 OMPMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 1246 return createEmptyDirective<OMPMasterTaskLoopDirective>( in CreateEmpty()
|
H A D | StmtProfile.cpp | 1151 const OMPMasterTaskLoopDirective *S) { in VisitOMPMasterTaskLoopDirective()
|
H A D | StmtPrinter.cpp | 969 OMPMasterTaskLoopDirective *Node) { in VisitOMPMasterTaskLoopDirective()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 269 def OMPMasterTaskLoopDirective : StmtNode<OMPLoopDirective>;
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 3871 class OMPMasterTaskLoopDirective : public OMPLoopDirective { 3883 OMPMasterTaskLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMasterTaskLoopDirective() function 3893 explicit OMPMasterTaskLoopDirective(unsigned CollapsedNum) in OMPMasterTaskLoopDirective() function 3913 static OMPMasterTaskLoopDirective * 3925 static OMPMasterTaskLoopDirective *CreateEmpty(const ASTContext &C,
|
H A D | RecursiveASTVisitor.h | 3148 DEF_TRAVERSE_STMT(OMPMasterTaskLoopDirective,
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2643 OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective() 3683 S = OMPMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 2680 OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 331 EmitOMPMasterTaskLoopDirective(cast<OMPMasterTaskLoopDirective>(*S)); in EmitStmt()
|
H A D | CodeGenFunction.h | 3863 void EmitOMPMasterTaskLoopDirective(const OMPMasterTaskLoopDirective &S);
|
H A D | CGStmtOpenMP.cpp | 7841 const OMPMasterTaskLoopDirective &S) { in EmitOMPMasterTaskLoopDirective()
|
H A D | CGOpenMPRuntime.cpp | 1315 else if (const auto *TD = dyn_cast<OMPMasterTaskLoopDirective>(&D)) in emitTaskOutlinedFunction()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 9661 OMPMasterTaskLoopDirective *D) { in TransformOMPMasterTaskLoopDirective()
|
H A D | SemaOpenMP.cpp | 13312 return OMPMasterTaskLoopDirective::Create(getASTContext(), StartLoc, EndLoc, in ActOnOpenMPMasterTaskLoopDirective()
|