Searched defs:isRemovable (Results 1 - 15 of 15) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransUnusedInitDelegate.cpp52 isRemovable(ME) &&
68 bool isRemovable(Expr *E) const { function in class:__anon1408::UnusedInitRewriter
H A DTransZeroOutPropsInDealloc.cpp76 if (RHSIsNull && isRemovable(ME))
83 if (isZeroingPropIvar(POE) && isRemovable(POE)) {
92 if (isZeroingPropIvar(BOE) && isRemovable(BOE)) {
148 bool isRemovable(Expr *E) const { function in class:__anon1409::ZeroOutInDeallocRemover
H A DTransRetainReleaseDealloc.cpp68 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 { function in class:__anon1406::RetainReleaseDeallocRemover
423 if (isRemovable(E)) {
439 isRemovable(bopE)) {
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowEnvironment.java144 * Sets the "isRemovable" flag of a particular file.
147 * @param isRemovable True if the filesystem is removable.
149 public static void setExternalStorageRemovable(File file, boolean isRemovable) { argument
150 STORAGE_REMOVABLE.put(file, isRemovable);
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp162 /// 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) { function
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)) {
/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp146 /// Return a Location stored to by the specified instruction. If isRemovable
192 static bool isRemovable(Instruction *I) { function
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)) {
930 if (isRemovable(DepWrite) &&
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 352 milliseconds