Searched defs:isReference (Results 1 - 11 of 11) sorted by relevance

/external/javassist/src/main/javassist/bytecode/analysis/
H A DMultiArrayType.java78 public boolean isReference() { method in class:MultiArrayType
H A DMultiType.java170 public boolean isReference() { method in class:MultiType
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())
/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/clang/lib/Analysis/
H A DThreadSafety.cpp931 bool isReference() { return !Exp; } function in struct:__anon3546::LocalVariableMap::VarDefinition
1214 assert(VDef->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());
/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 344 milliseconds