Home
last modified time | relevance | path

Searched defs:PreInit (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp468 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 DCGOpenMPRuntime.cpp6217 if (const auto *PreInit = getNumThreads() local
6255 if (const auto *PreInit = getNumThreads() local
6325 if (const auto *PreInit = getNumThreadsExprForTargetDirective() local
H A DCGStmtOpenMP.cpp51 if (const auto *PreInit = emitPreInitStmt() local
219 if (const auto *PreInit = OMPSimdLexicalScope() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h199 Stmt *PreInit = nullptr; variable
[all...]