Searched refs:OMPTaskLoopDirective (Results 1 – 15 of 15) sorted by relevance
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 1062 OMPTaskLoopDirective *OMPTaskLoopDirective::Create( in Create() 1066 auto *Dir = createDirective<OMPTaskLoopDirective>( in Create() 1097 OMPTaskLoopDirective *OMPTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 1101 return createEmptyDirective<OMPTaskLoopDirective>( in CreateEmpty()
|
H A D | StmtProfile.cpp | 1102 void StmtProfiler::VisitOMPTaskLoopDirective(const OMPTaskLoopDirective *S) { in VisitOMPTaskLoopDirective()
|
H A D | StmtPrinter.cpp | 934 void StmtPrinter::VisitOMPTaskLoopDirective(OMPTaskLoopDirective *Node) { in VisitOMPTaskLoopDirective()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 262 def OMPTaskLoopDirective : StmtNode<OMPLoopDirective>;
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 3660 class OMPTaskLoopDirective : public OMPLoopDirective { 3672 OMPTaskLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTaskLoopDirective() function 3681 explicit OMPTaskLoopDirective(unsigned CollapsedNum) in OMPTaskLoopDirective() function 3700 static OMPTaskLoopDirective * 3712 static OMPTaskLoopDirective *CreateEmpty(const ASTContext &C,
|
H A D | RecursiveASTVisitor.h | 3061 DEF_TRAVERSE_STMT(OMPTaskLoopDirective,
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2548 void ASTStmtReader::VisitOMPTaskLoopDirective(OMPTaskLoopDirective *D) { in VisitOMPTaskLoopDirective() 3502 S = OMPTaskLoopDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 2487 void ASTStmtWriter::VisitOMPTaskLoopDirective(OMPTaskLoopDirective *D) { in VisitOMPTaskLoopDirective()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 313 EmitOMPTaskLoopDirective(cast<OMPTaskLoopDirective>(*S)); in EmitStmt()
|
H A D | CodeGenFunction.h | 3546 void EmitOMPTaskLoopDirective(const OMPTaskLoopDirective &S);
|
H A D | CGStmtOpenMP.cpp | 7674 void CodeGenFunction::EmitOMPTaskLoopDirective(const OMPTaskLoopDirective &S) { in EmitOMPTaskLoopDirective()
|
H A D | CGOpenMPRuntime.cpp | 1311 else if (const auto *TD = dyn_cast<OMPTaskLoopDirective>(&D)) in emitTaskOutlinedFunction()
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CIndex.cpp | 2186 void VisitOMPTaskLoopDirective(const OMPTaskLoopDirective *D); 3206 void EnqueueVisitor::VisitOMPTaskLoopDirective(const OMPTaskLoopDirective *D) { in VisitOMPTaskLoopDirective()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | TreeTransform.h | 9140 TreeTransform<Derived>::TransformOMPTaskLoopDirective(OMPTaskLoopDirective *D) { in TransformOMPTaskLoopDirective()
|
H A D | SemaOpenMP.cpp | 13382 return OMPTaskLoopDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPTaskLoopDirective()
|