Home
last modified time | relevance | path

Searched defs:getValueType (Results 1 – 22 of 22) 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
DLongEncodedValue.java83 public ValueType getValueType() { in getValueType() method in LongEncodedValue
DShortEncodedValue.java83 public ValueType getValueType() { in getValueType() method in ShortEncodedValue
DIntEncodedValue.java83 public ValueType getValueType() { in getValueType() method in IntEncodedValue
DDoubleEncodedValue.java85 public ValueType getValueType() { in getValueType() method in DoubleEncodedValue
DFloatEncodedValue.java85 public ValueType getValueType() { in getValueType() method in FloatEncodedValue
DFieldEncodedValue.java87 public ValueType getValueType() { in getValueType() method in FieldEncodedValue
DCharEncodedValue.java85 public ValueType getValueType() { in getValueType() method in CharEncodedValue
DEncodedValue.java112 public abstract ValueType getValueType(); in getValueType() method in EncodedValue
DMethodEncodedValue.java87 public ValueType getValueType() { in getValueType() method in MethodEncodedValue
DEnumEncodedValue.java87 public ValueType getValueType() { in getValueType() method in EnumEncodedValue
DTypeEncodedValue.java87 public ValueType getValueType() { in getValueType() method in TypeEncodedValue
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/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h685 QualType getValueType() const { in getValueType() function
721 QualType getValueType() const { in getValueType() function
753 QualType getValueType() const { in getValueType() function
811 QualType getValueType() const { in getValueType() function
841 QualType getValueType() const { in getValueType() function
864 QualType getValueType() const { in getValueType() function
950 QualType getValueType() const { in getValueType() function
984 QualType getValueType() const { in getValueType() function
/external/llvm/utils/TableGen/
DCodeGenTarget.h190 MVT::SimpleValueType getValueType() const { return Ty; } in getValueType() function
DCodeGenTarget.cpp36 MVT::SimpleValueType llvm::getValueType(Record *Rec) { in getValueType() function in llvm
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp231 QualType ObjCIvarRegion::getValueType() const { in getValueType() function in ObjCIvarRegion
235 QualType CXXBaseObjectRegion::getValueType() const { in getValueType() function in CXXBaseObjectRegion
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1200 SDValue SelectionDAG::getValueType(EVT VT) { in getValueType() function in SelectionDAG