HomeSort by: relevance | last modified time | path
    Searched refs:PreInit (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp 448 ArrayRef<Expr *> InitVL, Stmt *PreInit) {
455 Clause->setPreInitStmt(PreInit);
498 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate) {
506 Clause->setPreInitStmt(PreInit);
570 Stmt *PreInit, Expr *PostUpdate) {
590 Clause->setPreInitStmt(PreInit);
772 ArrayRef<Expr *> CopyArrayElems, Stmt *PreInit, Expr *PostUpdate) {
783 Clause->setPreInitStmt(PreInit);
842 ArrayRef<Expr *> RHSExprs, ArrayRef<Expr *> ReductionOps, Stmt *PreInit,
852 Clause->setPreInitStmt(PreInit);
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 115 Stmt *PreInit = nullptr;
129 PreInit = S;
135 const Stmt *getPreInitStmt() const { return PreInit; }
138 Stmt *getPreInitStmt() { return PreInit; }
2431 /// \param PreInit Statement that must be executed before entering the OpenMP
2436 ArrayRef<Expr *> InitVL, Stmt *PreInit);
2639 /// \param PreInit Statement that must be executed before entering the OpenMP
2648 SourceLocation ColonLoc, Stmt *PreInit, Expr *PostUpdate);
3009 /// \param PreInit Statement that must be executed before entering the OpenMP
3022 Stmt *PreInit, Expr *PostUpdate)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 45 if (const auto *PreInit =
47 for (const auto *I : PreInit->decls()) {
212 if (const auto *PreInit =
214 for (const auto *I : PreInit->decls()) {
CGOpenMPRuntime.cpp 6753 if (const auto *PreInit =
6755 for (const auto *I : PreInit->decls()) {
6778 if (const auto *PreInit =
6780 for (const auto *I : PreInit->decls()) {
6851 if (const auto *PreInit =
6853 for (const auto *I : PreInit->decls()) {

Completed in 45 milliseconds