Home
last modified time | relevance | path

Searched refs:OMPTargetParallelForDirective (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/AST/
DStmtOpenMP.cpp738 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()
DStmtProfile.cpp665 const OMPTargetParallelForDirective *S) { in VisitOMPTargetParallelForDirective()
DStmtPrinter.cpp1127 OMPTargetParallelForDirective *Node) { in VisitOMPTargetParallelForDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h2309 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,
DRecursiveASTVisitor.h2546 DEF_TRAVERSE_STMT(OMPTargetParallelForDirective,
/external/clang/include/clang/Basic/
DStmtNodes.td223 def OMPTargetParallelForDirective : DStmt<OMPExecutableDirective>;
/external/clang/lib/CodeGen/
DCGStmt.cpp269 EmitOMPTargetParallelForDirective(cast<OMPTargetParallelForDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2494 EmitOMPTargetParallelForDirective(const OMPTargetParallelForDirective &S);
DCGStmtOpenMP.cpp3462 const OMPTargetParallelForDirective &S) { in EmitOMPTargetParallelForDirective()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2704 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
3395 S = OMPTargetParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
DASTWriterStmt.cpp2362 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
/external/clang/tools/libclang/
DCIndex.cpp1967 VisitOMPTargetParallelForDirective(const OMPTargetParallelForDirective *D);
2707 const OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp6811 return OMPTargetParallelForDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPTargetParallelForDirective()
DTreeTransform.h7497 OMPTargetParallelForDirective *D) { in TransformOMPTargetParallelForDirective()