Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp465 ArrayRef<Expr *> InitVL, Stmt *PreInit) { in Create() argument
472 Clause->setPreInitStmt(PreInit); in Create()
515 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate) { in Create() argument
523 Clause->setPreInitStmt(PreInit); in Create()
587 Stmt *PreInit, Expr *PostUpdate) { in Create() argument
607 Clause->setPreInitStmt(PreInit); in Create()
796 ArrayRef<Expr *> CopyArrayElems, Stmt *PreInit, Expr *PostUpdate) { in Create() argument
807 Clause->setPreInitStmt(PreInit); in Create()
866 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create() argument
876 Clause->setPreInitStmt(PreInit); in Create()
[all …]
/openbsd-src/gnu/llvm/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()
2703 ArrayRef<Expr *> InitVL, Stmt *PreInit);
2915 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate);
3289 Stmt *PreInit, Expr *PostUpdate);
3562 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate);
3807 Stmt *PreInit, Expr *PostUpdate);
4035 Stmt *PreInit, Expr *PostUpdate);
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp51 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()
H A DCGOpenMPRuntime.cpp6376 if (const auto *PreInit = in getNumThreads() local
6378 for (const auto *I : PreInit->decls()) { in getNumThreads()
6401 if (const auto *PreInit = in getNumThreads() local
6403 for (const auto *I : PreInit->decls()) { in getNumThreads()
6587 if (const auto *PreInit = in emitNumThreadsForTargetDirective() local
6589 for (const auto *I : PreInit->decls()) { in emitNumThreadsForTargetDirective()