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

  /external/clang/include/clang/AST/
OpenMPClause.h     [all...]
StmtOpenMP.h 361 MutableArrayRef<Expr *> getUpdates() {
751 ArrayRef<Expr *> updates() { return getUpdates(); }
754 return const_cast<OMPLoopDirective *>(this)->getUpdates();
    [all...]
  /external/clang/lib/AST/
OpenMPClause.cpp 312 std::copy(FL.begin(), FL.end(), getUpdates().end());
333 std::fill(Clause->getUpdates().end(), Clause->getUpdates().end() + VL.size(),
StmtOpenMP.cpp 48 std::copy(A.begin(), A.end(), getUpdates().begin());
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 

Completed in 77 milliseconds