Searched refs:OMPParallelForDirective (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | StmtOpenMP.h | 1102 class OMPParallelForDirective : public OMPLoopDirective { 1111 OMPParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForDirective() function 1121 explicit OMPParallelForDirective(unsigned CollapsedNum, unsigned NumClauses) in OMPParallelForDirective() function 1137 static OMPParallelForDirective * 1149 static OMPParallelForDirective *CreateEmpty(const ASTContext &C,
|
| HD | DataRecursiveASTVisitor.h | 2366 DEF_TRAVERSE_STMT(OMPParallelForDirective,
|
| HD | RecursiveASTVisitor.h | 2398 DEF_TRAVERSE_STMT(OMPParallelForDirective,
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Stmt.cpp | 1897 OMPParallelForDirective *OMPParallelForDirective::Create( in Create() 1901 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPParallelForDirective), in Create() 1906 OMPParallelForDirective *Dir = new (Mem) in Create() 1907 OMPParallelForDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size()); in Create() 1931 OMPParallelForDirective * 1932 OMPParallelForDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty() 1934 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPParallelForDirective), in CreateEmpty() 1939 return new (Mem) OMPParallelForDirective(CollapsedNum, NumClauses); in CreateEmpty()
|
| HD | StmtProfile.cpp | 486 StmtProfiler::VisitOMPParallelForDirective(const OMPParallelForDirective *S) { in VisitOMPParallelForDirective()
|
| HD | StmtPrinter.cpp | 887 void StmtPrinter::VisitOMPParallelForDirective(OMPParallelForDirective *Node) { in VisitOMPParallelForDirective()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | StmtNodes.td | 195 def OMPParallelForDirective : DStmt<OMPLoopDirective>;
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReaderStmt.cpp | 2173 void ASTStmtReader::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective() 2809 S = OMPParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
| HD | ASTWriterStmt.cpp | 2023 void ASTStmtWriter::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGStmt.cpp | 205 EmitOMPParallelForDirective(cast<OMPParallelForDirective>(*S)); in EmitStmt()
|
| HD | CGStmtOpenMP.cpp | 1440 const OMPParallelForDirective &S) { in EmitOMPParallelForDirective()
|
| HD | CodeGenFunction.h | 2204 void EmitOMPParallelForDirective(const OMPParallelForDirective &S);
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaOpenMP.cpp | 3679 return OMPParallelForDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPParallelForDirective()
|
| HD | TreeTransform.h | 6987 OMPParallelForDirective *D) { in TransformOMPParallelForDirective()
|