Home
last modified time | relevance | path

Searched refs:isReference (Results 1 – 19 of 19) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/cf/code/
DMerger.java44 } else if (type1.isReference() && type2.isReference()) { in mergeType()
/external/javassist/src/main/javassist/bytecode/analysis/
DType.java176 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()
DMultiArrayType.java78 public boolean isReference() { in isReference() method in MultiArrayType
DMultiType.java170 public boolean isReference() { in isReference() method in MultiType
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
DType.java586 if (!isReference()) { in getClassName()
709 public boolean isReference() { in isReference() method in Type
818 if (!isReference()) { in asUninitialized()
/external/proguard/src/proguard/ant/
DConfigurationElement.java41 if (!isReference()) in appendTo()
DKeepSpecificationElement.java51 KeepSpecificationElement keepSpecificationElement = isReference() ? in appendTo()
DFilterElement.java48 FilterElement filterElement = isReference() ? in appendTo()
DClassPathElement.java64 if (isReference()) in appendClassPathEntriesTo()
DMemberSpecificationElement.java61 MemberSpecificationElement memberSpecificationElement = isReference() ? in appendTo()
DClassSpecificationElement.java57 ClassSpecificationElement classSpecificationElement = isReference() ? in appendTo()
/external/emma/ant/ant15/com/vladium/emma/ant/
DXFileSet.java49 if (isReference ()) throw tooManyAttributes (); in setFile()
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDalvInsn.java58 boolean reference = dest.getType().isReference(); in makeMove()
/external/clang/lib/CodeGen/
DCodeGenFunction.h2252 ConstantEmission(llvm::Constant *C, bool isReference)
2253 : ValueAndIsReference(C, isReference) {}
2265 bool isReference() const { return ValueAndIsReference.getInt(); }
2267 assert(isReference());
2273 assert(!isReference());
DCGExprComplex.cpp111 if (result.isReference()) in VisitDeclRefExpr()
DCGExprScalar.cpp229 if (result.isReference()) in VisitDeclRefExpr()
/external/dexmaker/src/main/java/com/google/dexmaker/
DCode.java741 if (source.getType().ropType.isReference()) { in cast()
/external/clang/lib/Analysis/
DThreadSafety.cpp967 bool isReference() { return !Exp; } in isReference() function
1250 assert(VDef->isReference()); in intersectBackEdge()
/external/clang/lib/Sema/
DSemaType.cpp1228 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()