OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isRemovable
(Results
1 - 7
of
7
) sorted by null
/external/clang/lib/ARCMigrate/
TransUnusedInitDelegate.cpp
52
isRemovable
(ME) &&
64
bool
isRemovable
(Expr *E) const {
TransRetainReleaseDealloc.cpp
61
if (
isRemovable
(E)) {
78
(E->getMethodFamily() != OMF_retain ||
isRemovable
(E))) {
87
(E->getMethodFamily() != OMF_retain ||
isRemovable
(E))) {
129
isRemovable
(E) && isInAtFinally(E)) {
182
bool
isRemovable
(Expr *E) const {
187
if (
isRemovable
(E)) {
203
isRemovable
(bopE)) {
TransZeroOutPropsInDealloc.cpp
72
if (RHSIsNull &&
isRemovable
(ME))
79
if (isZeroingPropIvar(BOE) &&
isRemovable
(BOE)) {
136
bool
isRemovable
(Expr *E) const {
/frameworks/base/media/java/android/mtp/
MtpStorage.java
42
mRemovable = volume.
isRemovable
();
100
public final boolean
isRemovable
() {
/frameworks/base/media/mtp/
MtpStorage.h
53
inline bool
isRemovable
() const { return mRemovable; }
/frameworks/base/core/java/android/os/storage/
StorageVolume.java
93
public boolean
isRemovable
() {
/external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp
213
///
isRemovable
- If the value of this instruction and the memory it writes to
215
static bool
isRemovable
(Instruction *I) {
495
if (
isRemovable
(DepWrite) && isCompleteOverwrite(Loc, DepLoc, *AA) &&
548
if (!hasMemoryWrite(Dependency) || !
isRemovable
(Dependency))
605
if (hasMemoryWrite(BBI) &&
isRemovable
(BBI)) {
Completed in 284 milliseconds