Searched defs:PreInit (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 468 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 D | CGOpenMPRuntime.cpp | 6232 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 D | CGStmtOpenMP.cpp | 55 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 D | OpenMPClause.h | 199 Stmt *PreInit = nullptr; variable
|