Searched refs:PreInit (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 287 ArrayRef<Expr *> InitVL, Stmt *PreInit) { in Create() argument 294 Clause->setPreInitStmt(PreInit); in Create() 335 ArrayRef<Expr *> DstExprs, ArrayRef<Expr *> AssignmentOps, Stmt *PreInit, in Create() argument 344 Clause->setPreInitStmt(PreInit); in Create() 401 Stmt *PreInit, Expr *PostUpdate) { in Create() argument 418 Clause->setPreInitStmt(PreInit); in Create() 564 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create() argument 574 Clause->setPreInitStmt(PreInit); in Create() 617 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit, in Create() argument 627 Clause->setPreInitStmt(PreInit); in Create() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 103 Stmt *PreInit = nullptr; variable 115 PreInit = S; 121 const Stmt *getPreInitStmt() const { return PreInit; } in getPreInitStmt() 124 Stmt *getPreInitStmt() { return PreInit; } in getPreInitStmt() 1609 ArrayRef<Expr *> InitVL, Stmt *PreInit); 1786 Stmt *PreInit, Expr *PostUpdate); 2068 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate); 2288 ArrayRef<Expr *> ReductionOps, Stmt *PreInit, Expr *PostUpdate); 2521 Stmt *PreInit, Expr *PostUpdate); 2729 Stmt *PreInit, Expr *PostUpdate);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 33 if (const auto *PreInit = in emitPreInitStmt() local 35 for (const auto *I : PreInit->decls()) { in emitPreInitStmt() 161 if (const auto *PreInit = in OMPSimdLexicalScope() local 163 for (const auto *I : PreInit->decls()) { in OMPSimdLexicalScope()
|