Searched defs:PreInit (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 448 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 D | CGStmtOpenMP.cpp | 45 if (const auto *PreInit = in emitPreInitStmt() local 212 if (const auto *PreInit = in OMPSimdLexicalScope() local
|
H A D | CGOpenMPRuntime.cpp | 6753 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 D | OpenMPClause.h | 115 Stmt *PreInit = nullptr; variable
|