Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp580 OMPParallelForDirective *OMPParallelForDirective::Create( in Create()
584 auto *Dir = createDirective<OMPParallelForDirective>( in Create()
617 OMPParallelForDirective *
618 OMPParallelForDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()
620 return createEmptyDirective<OMPParallelForDirective>( in CreateEmpty()
H A DStmtProfile.cpp992 StmtProfiler::VisitOMPParallelForDirective(const OMPParallelForDirective *S) { in VisitOMPParallelForDirective()
H A DStmtPrinter.cpp798 void StmtPrinter::VisitOMPParallelForDirective(OMPParallelForDirective *Node) { in VisitOMPParallelForDirective()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h2095 class OMPParallelForDirective : public OMPLoopDirective {
2108 OMPParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForDirective() function
2118 explicit OMPParallelForDirective(unsigned CollapsedNum) in OMPParallelForDirective() function
2146 static OMPParallelForDirective *
2159 static OMPParallelForDirective *CreateEmpty(const ASTContext &C,
2170 return const_cast<OMPParallelForDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h2986 DEF_TRAVERSE_STMT(OMPParallelForDirective,
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td238 def OMPParallelForDirective : StmtNode<OMPLoopDirective>;
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2403 void ASTStmtReader::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
3363 S = OMPParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2319 void ASTStmtWriter::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp241 EmitOMPParallelForDirective(cast<OMPParallelForDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3518 void EmitOMPParallelForDirective(const OMPParallelForDirective &S);
H A DCGStmtOpenMP.cpp1313 TaskRedRef = cast<OMPParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
4398 const OMPParallelForDirective &S) { in EmitOMPParallelForDirective()
H A DCGOpenMPRuntime.cpp1242 else if (const auto *OPFD = dyn_cast<OMPParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2159 void VisitOMPParallelForDirective(const OMPParallelForDirective *D);
3092 const OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h8854 OMPParallelForDirective *D) { in TransformOMPParallelForDirective()
H A DSemaOpenMP.cpp10907 return OMPParallelForDirective::Create( in ActOnOpenMPParallelForDirective()