HomeSort by relevance Sort by last modified time
    Searched defs:isRemovable (Results 1 - 21 of 21) 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)) {
418 bool isRemovable(Expr *E) const {
423 if (isRemovable(E)) {
439 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 52 inline bool isRemovable() const { return mRemovable; }
  /frameworks/base/media/java/android/mtp/
MtpStorage.java 40 mRemovable = volume.isRemovable();
76 public final boolean isRemovable() {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DeadStoreElimination.cpp 162 /// If isRemovable returns true, this function and getLocForRead completely
215 /// isRemovable - If the value of this instruction and the memory it writes to
217 static bool isRemovable(Instruction *I) {
452 SI->getOperand(0) == DepLoad && isRemovable(SI)) {
497 if (isRemovable(DepWrite) && isCompleteOverwrite(Loc, DepLoc, *AA) &&
550 if (!hasMemoryWrite(Dependency) || !isRemovable(Dependency))
607 if (hasMemoryWrite(BBI) && isRemovable(BBI)) {
  /frameworks/base/core/java/android/os/storage/
StorageVolume.java 206 public boolean isRemovable() {
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 146 /// Return a Location stored to by the specified instruction. If isRemovable
192 static bool isRemovable(Instruction *I) {
605 if (!hasMemoryWrite(Dependency, *TLI) || !isRemovable(Dependency))
704 if (hasMemoryWrite(&*BBI, *TLI) && isRemovable(&*BBI)) {
835 isRemovable(SI) && memoryIsNotModifiedBetween(DepLoad, SI, AA)) {
848 if (StoredConstant && StoredConstant->isNullValue() && isRemovable(SI)) {
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 315 milliseconds