HomeSort by relevance Sort by last modified time
    Searched refs:PrivateCopies (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/AST/
OpenMPClause.cpp 97 void OMPLastprivateClause::setPrivateCopies(ArrayRef<Expr *> PrivateCopies) {
98 assert(PrivateCopies.size() == varlist_size() &&
100 std::copy(PrivateCopies.begin(), PrivateCopies.end(), varlist_end());
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.h 646 /// \param PrivateCopies List of private copies for each private variable in
662 ArrayRef<const Expr *> PrivateCopies,
    [all...]
CGStmtOpenMP.cpp     [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h     [all...]

Completed in 146 milliseconds