Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp456 ArrayRef<Expr *> InitVL, Stmt *PreInit) { in Create() argument
463 Clause->setPreInitStmt(PreInit); in Create()
506 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate) { in Create() argument
514 Clause->setPreInitStmt(PreInit); in Create()
578 Stmt *PreInit, Expr *PostUpdate) { in Create() argument
598 Clause->setPreInitStmt(PreInit); in Create()
787 ArrayRef<Expr *> CopyArrayElems, Stmt *PreInit, Expr *PostUpdate) { in Create() argument
798 Clause->setPreInitStmt(PreInit); in Create()
857 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create() argument
867 Clause->setPreInitStmt(PreInit); in Create()
[all …]
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h116 Stmt *PreInit = nullptr; variable
130 PreInit = S;
136 const Stmt *getPreInitStmt() const { return PreInit; } in getPreInitStmt()
139 Stmt *getPreInitStmt() { return PreInit; } in getPreInitStmt()
2661 ArrayRef<Expr *> InitVL, Stmt *PreInit);
2873 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate);
3247 Stmt *PreInit, Expr *PostUpdate);
3520 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate);
3765 Stmt *PreInit, Expr *PostUpdate);
3993 Stmt *PreInit, Expr *PostUpdate);
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp50 if (const auto *PreInit = in emitPreInitStmt() local
52 for (const auto *I : PreInit->decls()) { in emitPreInitStmt()
218 if (const auto *PreInit = in OMPSimdLexicalScope() local
220 for (const auto *I : PreInit->decls()) { in OMPSimdLexicalScope()
H A DCGOpenMPRuntime.cpp6754 if (const auto *PreInit = in getNumThreads() local
6756 for (const auto *I : PreInit->decls()) { in getNumThreads()
6779 if (const auto *PreInit = in getNumThreads() local
6781 for (const auto *I : PreInit->decls()) { in getNumThreads()
6965 if (const auto *PreInit = in emitNumThreadsForTargetDirective() local
6967 for (const auto *I : PreInit->decls()) { in emitNumThreadsForTargetDirective()