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

12

/external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
H A DByteEncodedValue.java78 public ValueType getValueType() { method in class:ByteEncodedValue
H A DCharEncodedValue.java85 public ValueType getValueType() { method in class:CharEncodedValue
H A DDoubleEncodedValue.java85 public ValueType getValueType() { method in class:DoubleEncodedValue
H A DFloatEncodedValue.java85 public ValueType getValueType() { method in class:FloatEncodedValue
H A DIntEncodedValue.java83 public ValueType getValueType() { method in class:IntEncodedValue
H A DLongEncodedValue.java83 public ValueType getValueType() { method in class:LongEncodedValue
H A DNullEncodedValue.java64 public ValueType getValueType() { method in class:NullEncodedValue
H A DShortEncodedValue.java83 public ValueType getValueType() { method in class:ShortEncodedValue
H A DAnnotationEncodedSubValue.java145 public ValueType getValueType() { method in class:AnnotationEncodedSubValue
H A DArrayEncodedSubValue.java118 public ValueType getValueType() { method in class:ArrayEncodedSubValue
H A DBooleanEncodedValue.java101 public ValueType getValueType() { method in class:BooleanEncodedValue
H A DEncodedValue.java94 int comp = getValueType().compareTo(o.getValueType());
112 public abstract ValueType getValueType(); method in class:EncodedValue
H A DEnumEncodedValue.java87 public ValueType getValueType() { method in class:EnumEncodedValue
H A DFieldEncodedValue.java87 public ValueType getValueType() { method in class:FieldEncodedValue
H A DMethodEncodedValue.java87 public ValueType getValueType() { method in class:MethodEncodedValue
H A DStringEncodedValue.java88 public ValueType getValueType() { method in class:StringEncodedValue
H A DTypeEncodedValue.java87 public ValueType getValueType() { method in class:TypeEncodedValue
/external/llvm/utils/TableGen/
H A DCodeGenTarget.h51 /// getValueType - Return the MVT::SimpleValueType that the specified TableGen
53 MVT::SimpleValueType getValueType(Record *Rec);
200 MVT::SimpleValueType getValueType() const { return Ty; } function in class:llvm::ComplexPattern
H A DCodeGenTarget.cpp35 /// getValueType - Return the MVT::SimpleValueType that the specified TableGen
37 MVT::SimpleValueType llvm::getValueType(Record *Rec) { function in class:llvm
352 Ty = ::getValueType(R->getValueAsDef("Ty"));
468 VT = getValueType(TyEl->getValueAsDef("VT"));
502 VT = getValueType(TyEl->getValueAsDef("VT"));
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp231 QualType ObjCIvarRegion::getValueType() const { function in class:ObjCIvarRegion
235 QualType CXXBaseObjectRegion::getValueType() const { function in class:CXXBaseObjectRegion
468 os << "temp_object{" << getValueType().getAsString() << ','
893 if (const CXXRecordDecl *Class = TVR->getValueType()->getAsCXXRecordDecl()){
1141 QualType EleTy = ER->getValueType();
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h492 virtual QualType getValueType() const = 0;
496 QualType T = getValueType();
500 return ctx.getPointerType(getValueType());
504 QualType T = getValueType();
729 QualType getValueType() const { function in class:clang::ento::StringRegion
765 QualType getValueType() const { function in class:clang::ento::ObjCStringRegion
797 QualType getValueType() const { function in class:clang::ento::CompoundLiteralRegion
853 QualType getValueType() const { function in class:clang::ento::VarRegion
884 QualType getValueType() const { function in class:clang::ento::CXXThisRegion
907 QualType getValueType() cons function in class:clang::ento::FieldRegion
995 QualType getValueType() const { function in class:clang::ento::ElementRegion
1029 QualType getValueType() const { function in class:clang::ento::CXXTempObjectRegion
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h129 /// getValueType - Return the ValueType of the referenced return value.
131 inline EVT getValueType() const;
136 return getValueType().getSizeInBits();
242 /// getValueType - Convenience function for get().getValueType().
243 EVT getValueType() const { return Val.getValueType(); } function in class:llvm::SDUse
556 getOperand(getNumOperands()-1).getValueType() == MVT::Glue)
581 if (UI.getUse().get().getValueType() == MVT::Glue)
591 /// getValueType
593 EVT getValueType(unsigned ResNo) const { function in class:llvm::SDNode
777 inline EVT SDValue::getValueType() const { function in class:llvm::SDNode::SDValue
[all...]

Completed in 356 milliseconds

12