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

  /external/clang/lib/ARCMigrate/
TransUnusedInitDelegate.cpp 51 isRemovable(ME) &&
67 bool isRemovable(Expr *E) const {
TransRetainReleaseDealloc.cpp 66 if (isRemovable(E)) {
83 (E->getMethodFamily() != OMF_retain || isRemovable(E))) {
92 (E->getMethodFamily() != OMF_retain || isRemovable(E))) {
139 isRemovable(RecContainer) && isInAtFinally(RecContainer)) {
266 bool isRemovable(Expr *E) const {
271 if (isRemovable(E)) {
287 isRemovable(bopE)) {
TransZeroOutPropsInDealloc.cpp 75 if (RHSIsNull && isRemovable(ME))
82 if (isZeroingPropIvar(POE) && isRemovable(POE)) {
91 if (isZeroingPropIvar(BOE) && isRemovable(BOE)) {
149 bool isRemovable(Expr *E) const {
  /frameworks/av/media/mtp/
MtpStorage.h 53 inline bool isRemovable() const { return mRemovable; }
  /frameworks/base/media/java/android/mtp/
MtpStorage.java 43 mRemovable = volume.isRemovable();
101 public final boolean isRemovable() {
  /frameworks/base/core/java/android/os/storage/
StorageVolume.java 98 public boolean isRemovable() {
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 165 /// If isRemovable returns true, this function and getLocForRead completely
218 /// isRemovable - If the value of this instruction and the memory it writes to
220 static bool isRemovable(Instruction *I) {
502 SI->getOperand(0) == DepLoad && isRemovable(SI)) {
547 if (isRemovable(DepWrite) &&
654 if (!hasMemoryWrite(Dependency) || !isRemovable(Dependency))
724 if (hasMemoryWrite(BBI) && isRemovable(BBI)) {

Completed in 218 milliseconds