Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp468 ArrayRef<Expr *> InitVL, Stmt *PreInit) { in Create() argument
475 Clause->setPreInitStmt(PreInit); in Create()
518 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate) { in Create() argument
526 Clause->setPreInitStmt(PreInit); in Create()
590 ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, Stmt *PreInit, in Create() argument
612 Clause->setPreInitStmt(PreInit); in Create()
801 ArrayRef<Expr *> CopyArrayElems, Stmt *PreInit, Expr *PostUpdate) { in Create() argument
812 Clause->setPreInitStmt(PreInit); in Create()
871 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create() argument
881 Clause->setPreInitStmt(PreInit); in Create()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h199 Stmt *PreInit = nullptr; variable
213 PreInit = S;
219 const Stmt *getPreInitStmt() const { return PreInit; } in getPreInitStmt()
222 Stmt *getPreInitStmt() { return PreInit; } in getPreInitStmt()
2826 ArrayRef<Expr *> InitVL, Stmt *PreInit);
3038 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate);
3412 Stmt *PreInit, Expr *PostUpdate);
3685 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate);
3930 Stmt *PreInit, Expr *PostUpdate);
4164 ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, Stmt *PreInit,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6232 if (const auto *PreInit = in getNumThreads() local
6234 for (const auto *I : PreInit->decls()) { in getNumThreads()
6270 if (const auto *PreInit = in getNumThreads() local
6272 for (const auto *I : PreInit->decls()) { in getNumThreads()
6340 if (const auto *PreInit = in getNumThreadsExprForTargetDirective() local
6342 for (const auto *I : PreInit->decls()) { in getNumThreadsExprForTargetDirective()
H A DCGStmtOpenMP.cpp55 if (const auto *PreInit = in emitPreInitStmt() local
57 for (const auto *I : PreInit->decls()) { in emitPreInitStmt()
245 if (const auto *PreInit = in OMPSimdLexicalScope() local
247 for (const auto *I : PreInit->decls()) { in OMPSimdLexicalScope()