Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp448 ArrayRef<Expr *> InitVL, Stmt *PreInit) { in Create()
498 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate) { in Create()
570 Stmt *PreInit, Expr *PostUpdate) { in Create()
772 ArrayRef<Expr *> CopyArrayElems, Stmt *PreInit, Expr *PostUpdate) { in Create()
842 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create()
905 ArrayRef<Expr *> TaskgroupDescriptors, Stmt *PreInit, Expr *PostUpdate) { in Create()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp45 if (const auto *PreInit = in emitPreInitStmt() local
212 if (const auto *PreInit = in OMPSimdLexicalScope() local
H A DCGOpenMPRuntime.cpp6753 if (const auto *PreInit = in getNumThreads() local
6778 if (const auto *PreInit = in getNumThreads() local
6851 if (const auto *PreInit = in emitNumThreadsForTargetDirective() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h115 Stmt *PreInit = nullptr; variable