Searched refs:OMPParallelForDirective (Results 1 – 15 of 15) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 1070 class OMPParallelForDirective : public OMPLoopDirective { 1079 OMPParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForDirective() function 1089 explicit OMPParallelForDirective(unsigned CollapsedNum, unsigned NumClauses) in OMPParallelForDirective() function 1105 static OMPParallelForDirective * 1117 static OMPParallelForDirective *CreateEmpty(const ASTContext &C,
|
| H A D | DataRecursiveASTVisitor.h | 2336 DEF_TRAVERSE_STMT(OMPParallelForDirective,
|
| H A D | RecursiveASTVisitor.h | 2358 DEF_TRAVERSE_STMT(OMPParallelForDirective,
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | Stmt.cpp | 1727 OMPParallelForDirective *OMPParallelForDirective::Create( in Create() 1731 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPParallelForDirective), in Create() 1736 OMPParallelForDirective *Dir = new (Mem) in Create() 1737 OMPParallelForDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size()); in Create() 1760 OMPParallelForDirective * 1761 OMPParallelForDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty() 1763 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPParallelForDirective), in CreateEmpty() 1768 return new (Mem) OMPParallelForDirective(CollapsedNum, NumClauses); in CreateEmpty()
|
| H A D | StmtProfile.cpp | 433 StmtProfiler::VisitOMPParallelForDirective(const OMPParallelForDirective *S) { in VisitOMPParallelForDirective()
|
| H A D | StmtPrinter.cpp | 874 void StmtPrinter::VisitOMPParallelForDirective(OMPParallelForDirective *Node) { in VisitOMPParallelForDirective()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 193 def OMPParallelForDirective : DStmt<OMPLoopDirective>;
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 647 CodeGenFunction::EmitOMPParallelForDirective(const OMPParallelForDirective &) { in EmitOMPParallelForDirective() argument
|
| H A D | CGStmt.cpp | 207 EmitOMPParallelForDirective(cast<OMPParallelForDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 2017 void EmitOMPParallelForDirective(const OMPParallelForDirective &S);
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2079 void ASTStmtReader::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective() 2685 S = OMPParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 1960 void ASTStmtWriter::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 1876 void VisitOMPParallelForDirective(const OMPParallelForDirective *D); 2388 EnqueueVisitor::VisitOMPParallelForDirective(const OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 3108 return OMPParallelForDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPParallelForDirective()
|
| H A D | TreeTransform.h | 6771 OMPParallelForDirective *D) { in TransformOMPParallelForDirective()
|