/external/dexmaker/src/dx/java/com/android/dx/cf/code/ |
D | Merger.java | 44 } else if (type1.isReference() && type2.isReference()) { in mergeType()
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Type.java | 176 public boolean isReference() { in isReference() method in Type 252 if ((type == UNINIT && isReference()) || this == UNINIT && type.isReference()) in isAssignableFrom() 295 if (! type.isReference() || ! this.isReference()) in merge()
|
D | MultiArrayType.java | 78 public boolean isReference() { in isReference() method in MultiArrayType
|
D | MultiType.java | 170 public boolean isReference() { in isReference() method in MultiType
|
/external/dexmaker/src/dx/java/com/android/dx/rop/type/ |
D | Type.java | 586 if (!isReference()) { in getClassName() 709 public boolean isReference() { in isReference() method in Type 818 if (!isReference()) { in asUninitialized()
|
/external/proguard/src/proguard/ant/ |
D | ConfigurationElement.java | 41 if (!isReference()) in appendTo()
|
D | KeepSpecificationElement.java | 51 KeepSpecificationElement keepSpecificationElement = isReference() ? in appendTo()
|
D | FilterElement.java | 48 FilterElement filterElement = isReference() ? in appendTo()
|
D | ClassPathElement.java | 64 if (isReference()) in appendClassPathEntriesTo()
|
D | MemberSpecificationElement.java | 61 MemberSpecificationElement memberSpecificationElement = isReference() ? in appendTo()
|
D | ClassSpecificationElement.java | 57 ClassSpecificationElement classSpecificationElement = isReference() ? in appendTo()
|
/external/emma/ant/ant15/com/vladium/emma/ant/ |
D | XFileSet.java | 49 if (isReference ()) throw tooManyAttributes (); in setFile()
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | DalvInsn.java | 58 boolean reference = dest.getType().isReference(); in makeMove()
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.h | 2252 ConstantEmission(llvm::Constant *C, bool isReference) 2253 : ValueAndIsReference(C, isReference) {} 2265 bool isReference() const { return ValueAndIsReference.getInt(); } 2267 assert(isReference()); 2273 assert(!isReference());
|
D | CGExprComplex.cpp | 111 if (result.isReference()) in VisitDeclRefExpr()
|
D | CGExprScalar.cpp | 229 if (result.isReference()) in VisitDeclRefExpr()
|
/external/dexmaker/src/main/java/com/google/dexmaker/ |
D | Code.java | 741 if (source.getType().ropType.isReference()) { in cast()
|
/external/clang/lib/Analysis/ |
D | ThreadSafety.cpp | 967 bool isReference() { return !Exp; } in isReference() function 1250 assert(VDef->isReference()); in intersectBackEdge()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 1228 bool isReference) { in inferARCLifetimeForPointee() argument 1264 diag::err_arc_indirect_no_ownership, type, isReference)); in inferARCLifetimeForPointee() 1266 S.Diag(loc, diag::err_arc_indirect_no_ownership) << type << isReference; in inferARCLifetimeForPointee()
|