Searched refs:PreInit (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 468 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-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 199 Stmt *PreInit = nullptr; variable 213 PreInit = S; 219 const Stmt *getPreInitStmt() const { return PreInit; } in getPreInitStmt() 222 Stmt *getPreInitStmt() { return PreInit; } in getPreInitStmt() 2786 ArrayRef<Expr *> InitVL, Stmt *PreInit); 2998 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate); 3372 Stmt *PreInit, Expr *PostUpdate); 3645 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate); 3890 Stmt *PreInit, Expr *PostUpdate); 4124 ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, Stmt *PreInit,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 6217 if (const auto *PreInit = in getNumThreads() local 6219 for (const auto *I : PreInit->decls()) { in getNumThreads() 6255 if (const auto *PreInit = in getNumThreads() local 6257 for (const auto *I : PreInit->decls()) { in getNumThreads() 6325 if (const auto *PreInit = in getNumThreadsExprForTargetDirective() local 6327 for (const auto *I : PreInit->decls()) { in getNumThreadsExprForTargetDirective()
|
| H A D | CGStmtOpenMP.cpp | 51 if (const auto *PreInit = in emitPreInitStmt() local 53 for (const auto *I : PreInit->decls()) { in emitPreInitStmt() 219 if (const auto *PreInit = in OMPSimdLexicalScope() local 221 for (const auto *I : PreInit->decls()) { in OMPSimdLexicalScope()
|