Searched refs:OMPTargetParallelForDirective (Results 1 – 14 of 14) sorted by relevance
/external/clang/lib/AST/ |
D | StmtOpenMP.cpp | 738 OMPTargetParallelForDirective *OMPTargetParallelForDirective::Create( in Create() 742 unsigned Size = llvm::alignTo(sizeof(OMPTargetParallelForDirective), in Create() 747 OMPTargetParallelForDirective *Dir = new (Mem) OMPTargetParallelForDirective( in Create() 778 OMPTargetParallelForDirective * 779 OMPTargetParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 782 unsigned Size = llvm::alignTo(sizeof(OMPTargetParallelForDirective), in CreateEmpty() 787 return new (Mem) OMPTargetParallelForDirective(CollapsedNum, NumClauses); in CreateEmpty()
|
D | StmtProfile.cpp | 665 const OMPTargetParallelForDirective *S) { in VisitOMPTargetParallelForDirective()
|
D | StmtPrinter.cpp | 1127 OMPTargetParallelForDirective *Node) { in VisitOMPTargetParallelForDirective()
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 2309 class OMPTargetParallelForDirective : public OMPLoopDirective { 2322 OMPTargetParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetParallelForDirective() function 2334 explicit OMPTargetParallelForDirective(unsigned CollapsedNum, in OMPTargetParallelForDirective() function 2356 static OMPTargetParallelForDirective * 2368 static OMPTargetParallelForDirective *CreateEmpty(const ASTContext &C,
|
D | RecursiveASTVisitor.h | 2546 DEF_TRAVERSE_STMT(OMPTargetParallelForDirective,
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 223 def OMPTargetParallelForDirective : DStmt<OMPExecutableDirective>;
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 269 EmitOMPTargetParallelForDirective(cast<OMPTargetParallelForDirective>(*S)); in EmitStmt()
|
D | CodeGenFunction.h | 2494 EmitOMPTargetParallelForDirective(const OMPTargetParallelForDirective &S);
|
D | CGStmtOpenMP.cpp | 3462 const OMPTargetParallelForDirective &S) { in EmitOMPTargetParallelForDirective()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2704 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective() 3395 S = OMPTargetParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 2362 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1967 VisitOMPTargetParallelForDirective(const OMPTargetParallelForDirective *D); 2707 const OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 6811 return OMPTargetParallelForDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPTargetParallelForDirective()
|
D | TreeTransform.h | 7497 OMPTargetParallelForDirective *D) { in TransformOMPTargetParallelForDirective()
|