Searched refs:OMPDistributeParallelForDirective (Results 1 - 13 of 13) sorted by relevance

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

Completed in 856 milliseconds