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

  /external/clang/include/clang/AST/
StmtOpenMP.h 346 MutableArrayRef<Expr *> getPrivateCounters() {
739 ArrayRef<Expr *> private_counters() { return getPrivateCounters(); }
742 return const_cast<OMPLoopDirective *>(this)->getPrivateCounters();
    [all...]
  /external/clang/lib/AST/
StmtOpenMP.cpp 36 std::copy(A.begin(), A.end(), getPrivateCounters().begin());
    [all...]

Completed in 2451 milliseconds