Searched refs:isReference (Results 1 - 23 of 23) sorted by relevance

/external/proguard/src/proguard/ant/
H A DConfigurationElement.java41 if (!isReference())
H A DKeepSpecificationElement.java51 KeepSpecificationElement keepSpecificationElement = isReference() ?
H A DFilterElement.java48 FilterElement filterElement = isReference() ?
H A DClassPathElement.java64 if (isReference())
H A DClassSpecificationElement.java57 ClassSpecificationElement classSpecificationElement = isReference() ?
H A DMemberSpecificationElement.java61 MemberSpecificationElement memberSpecificationElement = isReference() ?
/external/emma/ant/ant15/com/vladium/emma/ant/
H A DXFileSet.java49 if (isReference ()) throw tooManyAttributes ();
/external/dexmaker/src/dx/java/com/android/dx/cf/code/
H A DMerger.java44 } else if (type1.isReference() && type2.isReference()) {
/external/javassist/src/main/javassist/bytecode/analysis/
H A DMultiArrayType.java78 public boolean isReference() { method in class:MultiArrayType
H A DType.java176 public boolean isReference() { method in class:Type
252 if ((type == UNINIT && isReference()) || this == UNINIT && type.isReference())
295 if (! type.isReference() || ! this.isReference())
H A DMultiType.java170 public boolean isReference() { method in class:MultiType
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DType.java586 if (!isReference()) {
709 public boolean isReference() { method in class:Type
818 if (!isReference()) {
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDalvInsn.java58 boolean reference = dest.getType().isReference();
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h2150 ConstantEmission(llvm::Constant *C, bool isReference) argument
2151 : ValueAndIsReference(C, isReference) {}
2163 bool isReference() const { return ValueAndIsReference.getInt(); } function in class:clang::CodeGen::ConstantEmission
2165 assert(isReference());
2171 assert(!isReference());
H A DCGExprComplex.cpp116 if (result.isReference())
H A DCGExprScalar.cpp220 if (result.isReference())
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java738 if (source.getType().ropType.isReference()) {
/external/clang/lib/Analysis/
H A DThreadSafety.cpp931 bool isReference() { return !Exp; } function in struct:__anon3547::LocalVariableMap::VarDefinition
1214 assert(VDef->isReference());
/external/clang/lib/Sema/
H A DSemaType.cpp1066 bool isReference) {
1102 diag::err_arc_indirect_no_ownership, type, isReference));
1104 S.Diag(loc, diag::err_arc_indirect_no_ownership) << type << isReference; local
1064 inferARCLifetimeForPointee(Sema &S, QualType type, SourceLocation loc, bool isReference) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 345 milliseconds