Home
last modified time | relevance | path

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

12

/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/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp529 OMPParallelSectionsDirective *OMPParallelSectionsDirective::Create( in Create()
533 auto *Dir = createDirective<OMPParallelSectionsDirective>( in Create()
540 OMPParallelSectionsDirective *
541 OMPParallelSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
543 return createEmptyDirective<OMPParallelSectionsDirective>( in CreateEmpty()
DStmtProfile.cpp907 const OMPParallelSectionsDirective *S) { in VisitOMPParallelSectionsDirective()
DStmtPrinter.cpp721 OMPParallelSectionsDirective *Node) { in VisitOMPParallelSectionsDirective()
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h1927 class OMPParallelSectionsDirective : public OMPExecutableDirective {
1939 OMPParallelSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelSectionsDirective() function
1946 explicit OMPParallelSectionsDirective() in OMPParallelSectionsDirective() function
1969 static OMPParallelSectionsDirective *
1980 static OMPParallelSectionsDirective *
1988 return const_cast<OMPParallelSectionsDirective *>(this) in getTaskReductionRefExpr()
DRecursiveASTVisitor.h2820 DEF_TRAVERSE_STMT(OMPParallelSectionsDirective,
/external/clang/include/clang/Basic/
DStmtNodes.td209 def OMPParallelSectionsDirective : DStmt<OMPExecutableDirective>;
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td233 def OMPParallelSectionsDirective : StmtNode<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/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2353 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
3209 S = OMPParallelSectionsDirective::CreateEmpty( in ReadStmtFromStream()
DASTWriterStmt.cpp2261 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2606 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
3327 S = OMPParallelSectionsDirective::CreateEmpty( in ReadStmtFromStream()
DASTWriterStmt.cpp2294 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp234 EmitOMPParallelSectionsDirective(cast<OMPParallelSectionsDirective>(*S)); in EmitStmt()
DCGStmtOpenMP.cpp1304 cast<OMPParallelSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
3532 else if (auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&S)) in EmitSections()
3778 const OMPParallelSectionsDirective &S) { in EmitOMPParallelSectionsDirective()
DCodeGenFunction.h3401 void EmitOMPParallelSectionsDirective(const OMPParallelSectionsDirective &S);
/external/clang/tools/libclang/
DCIndex.cpp1949 void VisitOMPParallelSectionsDirective(const OMPParallelSectionsDirective *D);
2644 const OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2054 void VisitOMPParallelSectionsDirective(const OMPParallelSectionsDirective *D);
2901 const OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()

12