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

  /src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp 465 void OMPLastprivateClause::setPrivateCopies(ArrayRef<Expr *> PrivateCopies) {
466 assert(PrivateCopies.size() == varlist_size() &&
468 std::copy(PrivateCopies.begin(), PrivateCopies.end(), varlist_end());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 2622 SmallVector<Expr *, 8> PrivateCopies;
2625 PrivateCopies.push_back(nullptr);
2644 PrivateCopies.push_back(nullptr);
2647 PrivateCopies.push_back(buildDeclRefExpr(
2652 PrivateCopies.push_back(nullptr);
2655 Clause->setPrivateCopies(PrivateCopies);
15224 SmallVector<Expr *, 8> PrivateCopies;
15234 PrivateCopies.push_back(nullptr);
15346 PrivateCopies.push_back(VDPrivateRefExpr);
15353 PrivateCopies);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 97 SmallVector<const Expr *, 4> PrivateCopies;
CGStmtOpenMP.cpp 4276 Data.PrivateCopies.push_back(IInit);
CGOpenMPRuntime.cpp 4192 const auto *I = Data.PrivateCopies.begin();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 2671 void setPrivateCopies(ArrayRef<Expr *> PrivateCopies);

Completed in 56 milliseconds