OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isRemovable
(Results
1 - 8
of
8
) 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)) {
150
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
132
public boolean
isRemovable
() {
/external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp
189
/// If
isRemovable
returns true, this function and getLocForRead completely
243
///
isRemovable
- If the value of this instruction and the memory it writes to
245
static bool
isRemovable
(Instruction *I) {
520
SI->getOperand(0) == DepLoad &&
isRemovable
(SI)) {
565
if (
isRemovable
(DepWrite) &&
672
if (!hasMemoryWrite(Dependency, TLI) || !
isRemovable
(Dependency))
757
if (hasMemoryWrite(BBI, TLI) &&
isRemovable
(BBI)) {
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 620 milliseconds