Home
last modified time | relevance | path

Searched defs: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()
515 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate) { in Create()
587 Stmt *PreInit, Expr *PostUpdate) { in Create()
796 ArrayRef<Expr *> CopyArrayElems, Stmt *PreInit, Expr *PostUpdate) { in Create()
866 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create()
929 ArrayRef<Expr *> TaskgroupDescriptors, Stmt *PreInit, Expr *PostUpdate) { in Create()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6376 if (const auto *PreInit = in getNumThreads() local
6401 if (const auto *PreInit = in getNumThreads() local
6587 if (const auto *PreInit = in emitNumThreadsForTargetDirective() local
H A DCGStmtOpenMP.cpp51 if (const auto *PreInit = in emitPreInitStmt() local
219 if (const auto *PreInit = in OMPSimdLexicalScope() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h199 Stmt *PreInit = nullptr; variable