HomeSort by relevance Sort by last modified time
    Searched defs:CanModify (Results 1 - 3 of 3) sorted by null

  /art/compiler/dex/
global_value_numbering.h 52 bool CanModify() const {
  /external/chromium_org/ui/gfx/image/
image_skia.cc 106 bool CanModify() const {
360 CHECK(CanModify());
370 CHECK(CanModify());
498 bool ImageSkia::CanModify() const {
499 return !storage_.get() || storage_->CanModify();
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 161 bool canModify(const Decl *D) {
165 return canModify(CatImpl->getCategoryDecl());
167 return canModify(Impl->getClassInterface());
169 return canModify(cast<Decl>(MD->getDeclContext()));
    [all...]

Completed in 110 milliseconds