Searched refs:OMPTaskLoopDirective (Results 1 – 14 of 14) sorted by relevance
/external/clang/lib/AST/ |
D | StmtOpenMP.cpp | 881 OMPTaskLoopDirective *OMPTaskLoopDirective::Create( in Create() 886 llvm::alignTo(sizeof(OMPTaskLoopDirective), llvm::alignOf<OMPClause *>()); in Create() 890 OMPTaskLoopDirective *Dir = new (Mem) in Create() 891 OMPTaskLoopDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size()); in Create() 920 OMPTaskLoopDirective *OMPTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 925 llvm::alignTo(sizeof(OMPTaskLoopDirective), llvm::alignOf<OMPClause *>()); in CreateEmpty() 929 return new (Mem) OMPTaskLoopDirective(CollapsedNum, NumClauses); in CreateEmpty()
|
D | StmtProfile.cpp | 682 void StmtProfiler::VisitOMPTaskLoopDirective(const OMPTaskLoopDirective *S) { in VisitOMPTaskLoopDirective()
|
D | StmtPrinter.cpp | 1150 void StmtPrinter::VisitOMPTaskLoopDirective(OMPTaskLoopDirective *Node) { in VisitOMPTaskLoopDirective()
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 2569 class OMPTaskLoopDirective : public OMPLoopDirective { 2578 OMPTaskLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTaskLoopDirective() function 2588 explicit OMPTaskLoopDirective(unsigned CollapsedNum, unsigned NumClauses) in OMPTaskLoopDirective() function 2604 static OMPTaskLoopDirective * 2616 static OMPTaskLoopDirective *CreateEmpty(const ASTContext &C,
|
D | RecursiveASTVisitor.h | 2555 DEF_TRAVERSE_STMT(OMPTaskLoopDirective,
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 228 def OMPTaskLoopDirective : DStmt<OMPLoopDirective>;
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 272 EmitOMPTaskLoopDirective(cast<OMPTaskLoopDirective>(*S)); in EmitStmt()
|
D | CodeGenFunction.h | 2500 void EmitOMPTaskLoopDirective(const OMPTaskLoopDirective &S);
|
D | CGStmtOpenMP.cpp | 3603 void CodeGenFunction::EmitOMPTaskLoopDirective(const OMPTaskLoopDirective &S) { in EmitOMPTaskLoopDirective()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2731 void ASTStmtReader::VisitOMPTaskLoopDirective(OMPTaskLoopDirective *D) { in VisitOMPTaskLoopDirective() 3422 S = OMPTaskLoopDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 2429 void ASTStmtWriter::VisitOMPTaskLoopDirective(OMPTaskLoopDirective *D) { in VisitOMPTaskLoopDirective()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1969 void VisitOMPTaskLoopDirective(const OMPTaskLoopDirective *D); 2724 void EnqueueVisitor::VisitOMPTaskLoopDirective(const OMPTaskLoopDirective *D) { in VisitOMPTaskLoopDirective()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 7013 return OMPTaskLoopDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPTaskLoopDirective()
|
D | TreeTransform.h | 7552 TreeTransform<Derived>::TransformOMPTaskLoopDirective(OMPTaskLoopDirective *D) { in TransformOMPTaskLoopDirective()
|