Home
last modified time | relevance | path

Searched defs:getValueType (Results 1 – 25 of 25) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
DNullEncodedValue.java64 public ValueType getValueType() { in getValueType() method in NullEncodedValue
DByteEncodedValue.java78 public ValueType getValueType() { in getValueType() method in ByteEncodedValue
DIntEncodedValue.java83 public ValueType getValueType() { in getValueType() method in IntEncodedValue
DShortEncodedValue.java83 public ValueType getValueType() { in getValueType() method in ShortEncodedValue
DLongEncodedValue.java83 public ValueType getValueType() { in getValueType() method in LongEncodedValue
DFloatEncodedValue.java85 public ValueType getValueType() { in getValueType() method in FloatEncodedValue
DDoubleEncodedValue.java85 public ValueType getValueType() { in getValueType() method in DoubleEncodedValue
DEncodedValue.java112 public abstract ValueType getValueType(); in getValueType() method in EncodedValue
DCharEncodedValue.java85 public ValueType getValueType() { in getValueType() method in CharEncodedValue
DTypeEncodedValue.java87 public ValueType getValueType() { in getValueType() method in TypeEncodedValue
DMethodEncodedValue.java87 public ValueType getValueType() { in getValueType() method in MethodEncodedValue
DFieldEncodedValue.java87 public ValueType getValueType() { in getValueType() method in FieldEncodedValue
DEnumEncodedValue.java87 public ValueType getValueType() { in getValueType() method in EnumEncodedValue
DStringEncodedValue.java88 public ValueType getValueType() { in getValueType() method in StringEncodedValue
DBooleanEncodedValue.java101 public ValueType getValueType() { in getValueType() method in BooleanEncodedValue
DArrayEncodedSubValue.java118 public ValueType getValueType() { in getValueType() method in ArrayEncodedSubValue
DAnnotationEncodedSubValue.java145 public ValueType getValueType() { in getValueType() method in AnnotationEncodedSubValue
/external/smack/src/com/novell/sasl/client/
DParsedDirective.java50 int getValueType() in getValueType() method in ParsedDirective
/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
DParsedDirective.java50 int getValueType() in getValueType() method in ParsedDirective
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h742 QualType getValueType() const { in getValueType() function
778 QualType getValueType() const { in getValueType() function
810 QualType getValueType() const { in getValueType() function
866 QualType getValueType() const { in getValueType() function
897 QualType getValueType() const { in getValueType() function
920 QualType getValueType() const { in getValueType() function
1011 QualType getValueType() const { in getValueType() function
1045 QualType getValueType() const { in getValueType() function
/external/llvm/utils/TableGen/
DCodeGenTarget.h200 MVT::SimpleValueType getValueType() const { return Ty; } in getValueType() function
DCodeGenTarget.cpp38 MVT::SimpleValueType llvm::getValueType(Record *Rec) { in getValueType() function in llvm
/external/clang/lib/CodeGen/
DCGAtomic.cpp77 QualType getValueType() const { return ValueTy; } in getValueType() function in __anon6f50718d0111::AtomicInfo
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp236 QualType ObjCIvarRegion::getValueType() const { in getValueType() function in ObjCIvarRegion
240 QualType CXXBaseObjectRegion::getValueType() const { in getValueType() function in CXXBaseObjectRegion
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1242 SDValue SelectionDAG::getValueType(EVT VT) { in getValueType() function in SelectionDAG