Home
last modified time | relevance | path

Searched refs:OMPParallelSectionsDirective (Results 1 – 15 of 15) sorted by relevance

/external/clang/lib/AST/
DStmtOpenMP.cpp449 OMPParallelSectionsDirective *OMPParallelSectionsDirective::Create( in Create()
452 unsigned Size = llvm::alignTo(sizeof(OMPParallelSectionsDirective), in Create()
456 OMPParallelSectionsDirective *Dir = in Create()
457 new (Mem) OMPParallelSectionsDirective(StartLoc, EndLoc, Clauses.size()); in Create()
464 OMPParallelSectionsDirective *
465 OMPParallelSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
467 unsigned Size = llvm::alignTo(sizeof(OMPParallelSectionsDirective), in CreateEmpty()
471 return new (Mem) OMPParallelSectionsDirective(NumClauses); in CreateEmpty()
DStmtProfile.cpp605 const OMPParallelSectionsDirective *S) { in VisitOMPParallelSectionsDirective()
DStmtPrinter.cpp1053 OMPParallelSectionsDirective *Node) { in VisitOMPParallelSectionsDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h1450 class OMPParallelSectionsDirective : public OMPExecutableDirective {
1462 OMPParallelSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelSectionsDirective() function
1473 explicit OMPParallelSectionsDirective(unsigned NumClauses) in OMPParallelSectionsDirective() function
1492 static OMPParallelSectionsDirective *
1502 static OMPParallelSectionsDirective *
DRecursiveASTVisitor.h2498 DEF_TRAVERSE_STMT(OMPParallelSectionsDirective,
/external/clang/include/clang/Basic/
DStmtNodes.td209 def OMPParallelSectionsDirective : DStmt<OMPExecutableDirective>;
/external/clang/lib/CodeGen/
DCGStmt.cpp218 EmitOMPParallelSectionsDirective(cast<OMPParallelSectionsDirective>(*S)); in EmitStmt()
DCGStmtOpenMP.cpp2273 else if (auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&S)) in EmitSections()
2394 const OMPParallelSectionsDirective &S) { in EmitOMPParallelSectionsDirective()
DCodeGenFunction.h2478 void EmitOMPParallelSectionsDirective(const OMPParallelSectionsDirective &S);
DCGOpenMPRuntime.cpp851 else if (auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2606 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
3327 S = OMPParallelSectionsDirective::CreateEmpty( in ReadStmtFromStream()
DASTWriterStmt.cpp2294 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
/external/clang/tools/libclang/
DCIndex.cpp1949 void VisitOMPParallelSectionsDirective(const OMPParallelSectionsDirective *D);
2644 const OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp5892 return OMPParallelSectionsDirective::Create( in ActOnOpenMPParallelSectionsDirective()
DTreeTransform.h7343 OMPParallelSectionsDirective *D) { in TransformOMPParallelSectionsDirective()