Searched defs:PreInit (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 468 ArrayRef<Expr *> InitVL, Stmt *PreInit) { in Create() argument 518 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate) { in Create() argument 590 ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, Stmt *PreInit, in Create() argument 801 ArrayRef<Expr *> CopyArrayElems, Stmt *PreInit, Expr *PostUpdate) { in Create() argument 871 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create() argument 934 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,SourceLocation ColonLoc,ArrayRef<Expr * > VL,NestedNameSpecifierLoc QualifierLoc,const DeclarationNameInfo & NameInfo,ArrayRef<Expr * > Privates,ArrayRef<Expr * > LHSExprs,ArrayRef<Expr * > RHSExprs,ArrayRef<Expr * > ReductionOps,ArrayRef<Expr * > TaskgroupDescriptors,Stmt * PreInit,Expr * PostUpdate) Create() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 6217 if (const auto *PreInit = getNumThreads() local 6255 if (const auto *PreInit = getNumThreads() local 6325 if (const auto *PreInit = getNumThreadsExprForTargetDirective() local
|
H A D | CGStmtOpenMP.cpp | 51 if (const auto *PreInit = emitPreInitStmt() local 219 if (const auto *PreInit = OMPSimdLexicalScope() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 199 Stmt *PreInit = nullptr; variable [all...] |