Home
last modified time | relevance | path

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

123

/external/dexmaker/src/dx/java/com/android/dx/cf/code/
DMerger.java44 } else if (type1.isReference() && type2.isReference()) { in mergeType()
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
DBasicVerifier.java70 if (!((BasicValue) value).isReference()) { in copyOperation()
77 if (!((BasicValue) value).isReference() in copyOperation()
147 if (!((BasicValue) value).isReference()) { in unaryOperation()
167 if (!((BasicValue) value).isReference()) { in unaryOperation()
411 return ((BasicValue) value).isReference(); in isArrayValue()
DBasicValue.java71 public boolean isReference() { in isReference() method in BasicValue
/external/llvm/tools/llvm-pdbdump/
DVariableDumper.cpp106 Symbol.isReference() ? FunctionDumper::PointerType::Reference in dump()
115 Printer << (Symbol.isReference() ? "&" : "*"); in dump()
162 if (PointerType->isReference()) in tryDumpFunctionPointer()
DTypedefDumper.cpp61 if (Symbol.isReference()) in dump()
67 Printer << ((Symbol.isReference()) ? "&" : "*"); in dump()
DFunctionDumper.cpp240 Symbol.isReference() ? PointerType::Reference : PointerType::Pointer; in dump()
248 Printer << (Symbol.isReference() ? "&" : "*"); in dump()
/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/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolTypePointer.h34 FORWARD_SYMBOL_METHOD(isReference)
DPDBSymbolTypeTypedef.h42 FORWARD_SYMBOL_METHOD(isReference)
DIPDBRawSymbol.h188 virtual bool isReference() const = 0;
/external/emma/ant/ant15/com/vladium/emma/ant/
DXFileSet.java49 if (isReference ()) throw tooManyAttributes (); in setFile()
/external/proguard/src/proguard/ant/
DKeepSpecificationElement.java52 KeepSpecificationElement keepSpecificationElement = isReference() ? in appendTo()
DFilterElement.java48 FilterElement filterElement = isReference() ? in appendTo()
DConfigurationElement.java48 if (isReference()) in appendTo()
DClassPathElement.java66 if (isReference()) in appendClassPathEntriesTo()
DMemberSpecificationElement.java61 MemberSpecificationElement memberSpecificationElement = isReference() ? in appendTo()
DClassSpecificationElement.java57 ClassSpecificationElement classSpecificationElement = isReference() ? in appendTo()
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dtype_traits.hpp73 enum { isReference = type_traits_detail::ReferenceTraits<UnqualifiedType>::value }; enumerator
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDalvInsn.java58 boolean reference = dest.getType().isReference(); in makeMove()
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h180 bool isReference() const override;
/external/owasp/sanitizer/tools/findbugs/lib/
Dasm-analysis-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/tree/analysis/Analyzer. ...
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp268 MOCK_SYMBOL_ACCESSOR(isReference)

123