Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp468 ArrayRef<Expr *> InitVL, Stmt *PreInit) { in Create()
518 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate) { in Create()
590 ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, Stmt *PreInit, in Create()
801 ArrayRef<Expr *> CopyArrayElems, Stmt *PreInit, Expr *PostUpdate) { in Create()
871 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create()
934 ArrayRef<Expr *> TaskgroupDescriptors, Stmt *PreInit, Expr *PostUpdate) { in Create()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6232 if (const auto *PreInit = in getNumThreads() local
6270 if (const auto *PreInit = in getNumThreads() local
6340 if (const auto *PreInit = in getNumThreadsExprForTargetDirective() local
H A DCGStmtOpenMP.cpp55 if (const auto *PreInit = in emitPreInitStmt() local
245 if (const auto *PreInit = in OMPSimdLexicalScope() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h199 Stmt *PreInit = nullptr; variable