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 52 isRemovable(ME) &&
68 bool isRemovable(Expr *E) const {
TransRetainReleaseDealloc.cpp 68 if (isRemovable(E)) {
87 (E->getMethodFamily() != OMF_retain || isRemovable(E))) {
96 (E->getMethodFamily() != OMF_retain || isRemovable(E))) {
143 isRemovable(RecContainer) && isInAtFinally(RecContainer)) {
428 bool isRemovable(Expr *E) const {
433 if (isRemovable(E)) {
449 isRemovable(bopE)) {
TransZeroOutPropsInDealloc.cpp 76 if (RHSIsNull && isRemovable(ME))
83 if (isZeroingPropIvar(POE) && isRemovable(POE)) {
92 if (isZeroingPropIvar(BOE) && isRemovable(BOE)) {
148 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();
89 public final boolean isRemovable() {
  /frameworks/base/core/java/android/os/storage/
StorageVolume.java 133 public boolean isRemovable() {
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 195 /// If isRemovable returns true, this function and getLocForRead completely
239 /// isRemovable - If the value of this instruction and the memory it writes to
241 static bool isRemovable(Instruction *I) {
506 SI->getOperand(0) == DepLoad && isRemovable(SI)) {
551 if (isRemovable(DepWrite) &&
661 if (!hasMemoryWrite(Dependency, TLI) || !isRemovable(Dependency))
732 if (hasMemoryWrite(BBI, TLI) && isRemovable(BBI)) {

Completed in 417 milliseconds