Searched refs:OMPMasterTaskLoopDirective (Results 1 – 15 of 15) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | StmtOpenMP.cpp | 954 OMPMasterTaskLoopDirective *OMPMasterTaskLoopDirective::Create( in Create() 958 auto *Dir = createDirective<OMPMasterTaskLoopDirective>( in Create() 990 OMPMasterTaskLoopDirective * 991 OMPMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 994 return createEmptyDirective<OMPMasterTaskLoopDirective>( in CreateEmpty()
|
D | StmtProfile.cpp | 1004 const OMPMasterTaskLoopDirective *S) { in VisitOMPMasterTaskLoopDirective()
|
D | StmtPrinter.cpp | 840 OMPMasterTaskLoopDirective *Node) { in VisitOMPMasterTaskLoopDirective()
|
/external/llvm-project/clang/include/clang/AST/ |
D | StmtOpenMP.h | 3261 class OMPMasterTaskLoopDirective : public OMPLoopDirective { 3273 OMPMasterTaskLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPMasterTaskLoopDirective() function 3283 explicit OMPMasterTaskLoopDirective(unsigned CollapsedNum) in OMPMasterTaskLoopDirective() function 3303 static OMPMasterTaskLoopDirective * 3315 static OMPMasterTaskLoopDirective *CreateEmpty(const ASTContext &C,
|
D | RecursiveASTVisitor.h | 2889 DEF_TRAVERSE_STMT(OMPMasterTaskLoopDirective,
|
/external/llvm-project/clang/include/clang/Basic/ |
D | StmtNodes.td | 256 def OMPMasterTaskLoopDirective : StmtNode<OMPLoopDirective>;
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2475 OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective() 3334 S = OMPMasterTaskLoopDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 2405 OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmt.cpp | 300 EmitOMPMasterTaskLoopDirective(cast<OMPMasterTaskLoopDirective>(*S)); in EmitStmt()
|
D | CodeGenFunction.h | 3428 void EmitOMPMasterTaskLoopDirective(const OMPMasterTaskLoopDirective &S);
|
D | CGStmtOpenMP.cpp | 6567 const OMPMasterTaskLoopDirective &S) { in EmitOMPMasterTaskLoopDirective()
|
D | CGOpenMPRuntime.cpp | 1322 else if (const auto *TD = dyn_cast<OMPMasterTaskLoopDirective>(&D)) in emitTaskOutlinedFunction()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 2078 void VisitOMPMasterTaskLoopDirective(const OMPMasterTaskLoopDirective *D); 3001 const OMPMasterTaskLoopDirective *D) { in VisitOMPMasterTaskLoopDirective()
|
/external/llvm-project/clang/lib/Sema/ |
D | TreeTransform.h | 8766 OMPMasterTaskLoopDirective *D) { in TransformOMPMasterTaskLoopDirective()
|
D | SemaOpenMP.cpp | 10824 return OMPMasterTaskLoopDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPMasterTaskLoopDirective()
|