Searched refs:getUpdates (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/AST/
H A DOpenMPClause.cpp312 std::copy(FL.begin(), FL.end(), getUpdates().end());
333 std::fill(Clause->getUpdates().end(), Clause->getUpdates().end() + VL.size(),
H A DStmtOpenMP.cpp48 std::copy(A.begin(), A.end(), getUpdates().begin());
/external/clang/include/clang/AST/
H A DOpenMPClause.h1954 MutableArrayRef<Expr *> getUpdates() { function in class:clang::final
1957 ArrayRef<const Expr *> getUpdates() const { function in class:clang::final
1963 return MutableArrayRef<Expr *>(getUpdates().end(), varlist_size());
1966 return llvm::makeArrayRef(getUpdates().end(), varlist_size());
2073 return updates_range(getUpdates().begin(), getUpdates().end());
2076 return updates_const_range(getUpdates().begin(), getUpdates().end());
H A DStmtOpenMP.h361 MutableArrayRef<Expr *> getUpdates() { function in class:clang::OMPLoopDirective
751 ArrayRef<Expr *> updates() { return getUpdates(); }
754 return const_cast<OMPLoopDirective *>(this)->getUpdates();
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 211 milliseconds