Searched refs:PreInit (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 448 ArrayRef<Expr *> InitVL, Stmt *PreInit) { in Create() argument 455 Clause->setPreInitStmt(PreInit); in Create() 498 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate) { in Create() argument 506 Clause->setPreInitStmt(PreInit); in Create() 570 Stmt *PreInit, Expr *PostUpdate) { in Create() argument 590 Clause->setPreInitStmt(PreInit); in Create() 772 ArrayRef<Expr *> CopyArrayElems, Stmt *PreInit, Expr *PostUpdate) { in Create() argument 783 Clause->setPreInitStmt(PreInit); in Create() 842 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create() argument 852 Clause->setPreInitStmt(PreInit); in Create() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 115 Stmt *PreInit = nullptr; variable 129 PreInit = S; 135 const Stmt *getPreInitStmt() const { return PreInit; } in getPreInitStmt() 138 Stmt *getPreInitStmt() { return PreInit; } in getPreInitStmt() 2436 ArrayRef<Expr *> InitVL, Stmt *PreInit); 2648 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate); 3022 Stmt *PreInit, Expr *PostUpdate); 3295 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate); 3540 Stmt *PreInit, Expr *PostUpdate); 3768 Stmt *PreInit, Expr *PostUpdate);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 45 if (const auto *PreInit = in emitPreInitStmt() local 47 for (const auto *I : PreInit->decls()) { in emitPreInitStmt() 212 if (const auto *PreInit = in OMPSimdLexicalScope() local 214 for (const auto *I : PreInit->decls()) { in OMPSimdLexicalScope()
|
| H A D | CGOpenMPRuntime.cpp | 6753 if (const auto *PreInit = in getNumThreads() local 6755 for (const auto *I : PreInit->decls()) { in getNumThreads() 6778 if (const auto *PreInit = in getNumThreads() local 6780 for (const auto *I : PreInit->decls()) { in getNumThreads() 6851 if (const auto *PreInit = in emitNumThreadsForTargetDirective() local 6853 for (const auto *I : PreInit->decls()) { in emitNumThreadsForTargetDirective()
|