Searched refs:OMPMasterTaskLoopDirective (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 1018 OMPMasterTaskLoopDirective *OMPMasterTaskLoopDirective::Create( in Create() 1022 auto *Dir = createDirective<OMPMasterTaskLoopDirective>( in Create() 1054 OMPMasterTaskLoopDirective * 1055 OMPMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 1058 return createEmptyDirective<OMPMasterTaskLoopDirective>( in CreateEmpty()
|
H A D | StmtProfile.cpp | 1053 const OMPMasterTaskLoopDirective *S) { in VisitOMPMasterTaskLoopDirective()
|
H A D | StmtPrinter.cpp | 848 OMPMasterTaskLoopDirective *Node) { in VisitOMPMasterTaskLoopDirective()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 3554 class OMPMasterTaskLoopDirective : public OMPLoopDirective { 3566 OMPMasterTaskLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMasterTaskLoopDirective() function 3576 explicit OMPMasterTaskLoopDirective(unsigned CollapsedNum) in OMPMasterTaskLoopDirective() function 3596 static OMPMasterTaskLoopDirective * 3608 static OMPMasterTaskLoopDirective *CreateEmpty(const ASTContext &C,
|
H A D | RecursiveASTVisitor.h | 2929 DEF_TRAVERSE_STMT(OMPMasterTaskLoopDirective,
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 259 def OMPMasterTaskLoopDirective : StmtNode<OMPLoopDirective>;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2490 OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective() 3376 S = OMPMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 2422 OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 308 EmitOMPMasterTaskLoopDirective(cast<OMPMasterTaskLoopDirective>(*S)); in EmitStmt()
|
H A D | CodeGenFunction.h | 3481 void EmitOMPMasterTaskLoopDirective(const OMPMasterTaskLoopDirective &S);
|
H A D | CGStmtOpenMP.cpp | 7000 const OMPMasterTaskLoopDirective &S) { in EmitOMPMasterTaskLoopDirective()
|
H A D | CGOpenMPRuntime.cpp | 1334 else if (const auto *TD = dyn_cast<OMPMasterTaskLoopDirective>(&D)) in emitTaskOutlinedFunction()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CIndex.cpp | 2082 void VisitOMPMasterTaskLoopDirective(const OMPMasterTaskLoopDirective *D); 3044 const OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | TreeTransform.h | 8881 OMPMasterTaskLoopDirective *D) { in TransformOMPMasterTaskLoopDirective()
|
H A D | SemaOpenMP.cpp | 11615 return OMPMasterTaskLoopDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPMasterTaskLoopDirective()
|