Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp448 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 …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h115 Stmt *PreInit = nullptr; variable
129 PreInit = S;
135 const Stmt *getPreInitStmt() const { return PreInit; } in getPreInitStmt()
138 Stmt *getPreInitStmt() { return PreInit; } in getPreInitStmt()
2544 ArrayRef<Expr *> InitVL, Stmt *PreInit);
2756 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate);
3130 Stmt *PreInit, Expr *PostUpdate);
3403 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate);
3648 Stmt *PreInit, Expr *PostUpdate);
3876 Stmt *PreInit, Expr *PostUpdate);
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp45 if (const auto *PreInit = in emitPreInitStmt() local
47 for (const auto *I : PreInit->decls()) { in emitPreInitStmt()
214 if (const auto *PreInit = in OMPSimdLexicalScope() local
216 for (const auto *I : PreInit->decls()) { in OMPSimdLexicalScope()
H A DCGOpenMPRuntime.cpp6822 if (const auto *PreInit = in getNumThreads() local
6824 for (const auto *I : PreInit->decls()) { in getNumThreads()
6847 if (const auto *PreInit = in getNumThreads() local
6849 for (const auto *I : PreInit->decls()) { in getNumThreads()
7033 if (const auto *PreInit = in emitNumThreadsForTargetDirective() local
7035 for (const auto *I : PreInit->decls()) { in emitNumThreadsForTargetDirective()