Searched defs:PreInit (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 465 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 D | CGOpenMPRuntime.cpp | 6376 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 D | CGStmtOpenMP.cpp | 51 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 D | OpenMPClause.h | 199 Stmt *PreInit = nullptr; variable
|