Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtOpenMP.cpp1054 OMPDistributeParallelForDirective *OMPDistributeParallelForDirective::Create( in Create()
1058 unsigned Size = llvm::alignTo(sizeof(OMPDistributeParallelForDirective), in Create()
1064 OMPDistributeParallelForDirective *Dir = in Create()
1065 new (Mem) OMPDistributeParallelForDirective(StartLoc, EndLoc, in Create()
1095 OMPDistributeParallelForDirective *
1096 OMPDistributeParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1100 unsigned Size = llvm::alignTo(sizeof(OMPDistributeParallelForDirective), in CreateEmpty()
1106 return new (Mem) OMPDistributeParallelForDirective(CollapsedNum, NumClauses); in CreateEmpty()
DStmtProfile.cpp711 const OMPDistributeParallelForDirective *S) { in VisitOMPDistributeParallelForDirective()
DStmtPrinter.cpp1173 OMPDistributeParallelForDirective *Node) { in VisitOMPDistributeParallelForDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h2827 class OMPDistributeParallelForDirective : public OMPLoopDirective {
2837 OMPDistributeParallelForDirective(SourceLocation StartLoc, in OMPDistributeParallelForDirective() function
2849 explicit OMPDistributeParallelForDirective(unsigned CollapsedNum, in OMPDistributeParallelForDirective() function
2866 static OMPDistributeParallelForDirective *
2878 static OMPDistributeParallelForDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2564 DEF_TRAVERSE_STMT(OMPDistributeParallelForDirective,
/external/clang/include/clang/Basic/
DStmtNodes.td231 def OMPDistributeParallelForDirective : DStmt<OMPLoopDirective>;
/external/clang/lib/CodeGen/
DCGStmt.cpp285 cast<OMPDistributeParallelForDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2505 const OMPDistributeParallelForDirective &S);
DCGStmtOpenMP.cpp1869 const OMPDistributeParallelForDirective &S) { in EmitOMPDistributeParallelForDirective()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2749 OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
3446 S = OMPDistributeParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
DASTWriterStmt.cpp2452 OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
/external/clang/tools/libclang/
DCIndex.cpp1973 const OMPDistributeParallelForDirective *D);
2739 const OMPDistributeParallelForDirective *D) { in VisitOMPDistributeParallelForDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp7115 return OMPDistributeParallelForDirective::Create( in ActOnOpenMPDistributeParallelForDirective()
DTreeTransform.h7585 OMPDistributeParallelForDirective *D) { in TransformOMPDistributeParallelForDirective()