Searched refs:PreInit (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp360 ArrayRef<Expr *> InitVL, Stmt *PreInit) {
367 Clause->setPreInitStmt(PreInit);
410 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate) {
418 Clause->setPreInitStmt(PreInit);
482 Stmt *PreInit, Expr *PostUpdate) {
502 Clause->setPreInitStmt(PreInit);
655 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit,
665 Clause->setPreInitStmt(PreInit);
708 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit,
718 Clause->setPreInitStmt(PreInit);
405 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> SrcExprs, ArrayRef<Expr *> DstExprs, ArrayRef<Expr *> AssignmentOps, OpenMPLastprivateModifier LPKind, SourceLocation LPKindLoc, SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate) argument
477 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, OpenMPLinearClauseKind Modifier, SourceLocation ModifierLoc, SourceLocation ColonLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> PL, ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, Stmt *PreInit, Expr *PostUpdate) argument
650 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VL, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo, ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate) argument
703 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VL, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo, ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate) argument
765 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VL, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &NameInfo, ArrayRef<Expr *> Privates, ArrayRef<Expr *> LHSExprs, ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, ArrayRef<Expr *> TaskgroupDescriptors, Stmt *PreInit, Expr *PostUpdate) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h112 Stmt *PreInit = nullptr; member in class:clang::OMPClauseWithPreInit
126 PreInit = S;
132 const Stmt *getPreInitStmt() const { return PreInit; }
135 Stmt *getPreInitStmt() { return PreInit; }
2060 /// \param PreInit Statement that must be executed before entering the OpenMP
2065 ArrayRef<Expr *> InitVL, Stmt *PreInit);
2268 /// \param PreInit Statement that must be executed before entering the OpenMP
2277 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate);
2580 /// \param PreInit Statement that must be executed before entering the OpenMP
2590 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Exp
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp36 if (const auto *PreInit =
38 for (const auto *I : PreInit->decls()) {
199 if (const auto *PreInit =
201 for (const auto *I : PreInit->decls()) {
H A DCGOpenMPRuntime.cpp6733 if (const auto *PreInit =
6735 for (const auto *I : PreInit->decls()) {
6758 if (const auto *PreInit =
6760 for (const auto *I : PreInit->decls()) {
6831 if (const auto *PreInit =
6833 for (const auto *I : PreInit->decls()) {

Completed in 286 milliseconds