Searched refs:OMPMasterTaskLoopDirective (Results 1 – 15 of 15) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 1149 OMPMasterTaskLoopDirective *OMPMasterTaskLoopDirective::Create( in Create() 1153 auto *Dir = createDirective<OMPMasterTaskLoopDirective>( in Create() 1185 OMPMasterTaskLoopDirective * 1186 OMPMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 1189 return createEmptyDirective<OMPMasterTaskLoopDirective>( in CreateEmpty()
|
H A D | StmtProfile.cpp | 1112 const OMPMasterTaskLoopDirective *S) { in VisitOMPMasterTaskLoopDirective()
|
H A D | StmtPrinter.cpp | 946 OMPMasterTaskLoopDirective *Node) { in VisitOMPMasterTaskLoopDirective()
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 264 def OMPMasterTaskLoopDirective : StmtNode<OMPLoopDirective>;
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 3799 class OMPMasterTaskLoopDirective : public OMPLoopDirective { 3811 OMPMasterTaskLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMasterTaskLoopDirective() function 3821 explicit OMPMasterTaskLoopDirective(unsigned CollapsedNum) in OMPMasterTaskLoopDirective() function 3841 static OMPMasterTaskLoopDirective * 3853 static OMPMasterTaskLoopDirective *CreateEmpty(const ASTContext &C,
|
H A D | RecursiveASTVisitor.h | 3067 DEF_TRAVERSE_STMT(OMPMasterTaskLoopDirective,
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2558 OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective() 3518 S = OMPMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 2499 OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective()
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 319 EmitOMPMasterTaskLoopDirective(cast<OMPMasterTaskLoopDirective>(*S)); in EmitStmt()
|
H A D | CodeGenFunction.h | 3548 void EmitOMPMasterTaskLoopDirective(const OMPMasterTaskLoopDirective &S);
|
H A D | CGStmtOpenMP.cpp | 7689 const OMPMasterTaskLoopDirective &S) { in EmitOMPMasterTaskLoopDirective()
|
H A D | CGOpenMPRuntime.cpp | 1313 else if (const auto *TD = dyn_cast<OMPMasterTaskLoopDirective>(&D)) in emitTaskOutlinedFunction()
|
/openbsd-src/gnu/llvm/clang/tools/libclang/ |
H A D | CIndex.cpp | 2188 void VisitOMPMasterTaskLoopDirective(const OMPMasterTaskLoopDirective *D); 3216 const OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | TreeTransform.h | 9162 OMPMasterTaskLoopDirective *D) { in TransformOMPMasterTaskLoopDirective()
|
H A D | SemaOpenMP.cpp | 13470 return OMPMasterTaskLoopDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPMasterTaskLoopDirective()
|