Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp593 OMPParallelSectionsDirective *OMPParallelSectionsDirective::Create( in Create()
597 auto *Dir = createDirective<OMPParallelSectionsDirective>( in Create()
604 OMPParallelSectionsDirective *
605 OMPParallelSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
607 return createEmptyDirective<OMPParallelSectionsDirective>( in CreateEmpty()
H A DStmtProfile.cpp956 const OMPParallelSectionsDirective *S) { in VisitOMPParallelSectionsDirective()
H A DStmtPrinter.cpp729 OMPParallelSectionsDirective *Node) { in VisitOMPParallelSectionsDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h2220 class OMPParallelSectionsDirective : public OMPExecutableDirective {
2232 OMPParallelSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelSectionsDirective() function
2239 explicit OMPParallelSectionsDirective() in OMPParallelSectionsDirective() function
2262 static OMPParallelSectionsDirective *
2273 static OMPParallelSectionsDirective *
2281 return const_cast<OMPParallelSectionsDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h2860 DEF_TRAVERSE_STMT(OMPParallelSectionsDirective,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td236 def OMPParallelSectionsDirective : StmtNode<OMPExecutableDirective>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2368 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
3251 S = OMPParallelSectionsDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2278 OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp242 EmitOMPParallelSectionsDirective(cast<OMPParallelSectionsDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp1327 cast<OMPParallelSectionsDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
3779 else if (auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&S)) in EmitSections()
4181 const OMPParallelSectionsDirective &S) { in EmitOMPParallelSectionsDirective()
H A DCodeGenFunction.h3454 void EmitOMPParallelSectionsDirective(const OMPParallelSectionsDirective &S);
H A DCGOpenMPRuntime.cpp1261 else if (const auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2058 void VisitOMPParallelSectionsDirective(const OMPParallelSectionsDirective *D);
2944 const OMPParallelSectionsDirective *D) { in VisitOMPParallelSectionsDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h8628 OMPParallelSectionsDirective *D) { in TransformOMPParallelSectionsDirective()
H A DSemaOpenMP.cpp10107 return OMPParallelSectionsDirective::Create( in ActOnOpenMPParallelSectionsDirective()