HomeSort by relevance Sort by last modified time
    Searched refs:getMinValue (Results 1 - 22 of 22) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 122 inline const llvm::APSInt& getMinValue(const llvm::APSInt &v) {
123 return getValue(llvm::APSInt::getMinValue(v.getBitWidth(), v.isUnsigned()));
133 inline const llvm::APSInt& getMinValue(QualType T) {
137 return getValue(llvm::APSInt::getMinValue(Ctx.getTypeSize(T), isUnsigned));
  /frameworks/native/include/gui/
Sensor.h 63 float getMinValue() const;
  /external/llvm/include/llvm/ADT/
APSInt.h 246 /// getMinValue - Return the APSInt representing the minimum integer value
248 static APSInt getMinValue(uint32_t numBits, bool Unsigned) {
249 return APSInt(Unsigned ? APInt::getMinValue(numBits)
APInt.h 407 static APInt getMinValue(unsigned numBits) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 166 IntersectInRange(BV, F, BV.getMinValue(Upper), Upper, newRanges, i, e);
293 return RangeSet(F, BV.getMinValue(T), BV.getMaxValue(T));
343 const llvm::APSInt &Min = BV.getMinValue(T);
385 const llvm::APSInt &Min = BV.getMinValue(T);
413 const llvm::APSInt &Min = BV.getMinValue(T);
BasicConstraintManager.cpp 174 if (V == llvm::APSInt::getMinValue(V.getBitWidth(), V.isUnsigned())) {
240 if (V == llvm::APSInt::getMinValue(V.getBitWidth(), V.isUnsigned())) {
ProgramState.cpp 316 nonloc::ConcreteInt Min(BVF.getMinValue(indexTy));
  /external/llvm/lib/Support/
ConstantRange.cpp 36 Lower = Upper = APInt::getMinValue(BitWidth);
69 return ConstantRange(APInt::getMinValue(W), UMax);
81 return ConstantRange(APInt::getMinValue(W), UMax + 1);
172 return APInt::getMinValue(getBitWidth());
  /frameworks/native/libs/gui/
Sensor.cpp 73 float Sensor::getMinValue() const {
  /frameworks/base/core/java/android/widget/
NumberPicker.java     [all...]
TimePicker.java 179 int minValue = mMinuteSpinner.getMinValue();
DatePicker.java 651 mMonthSpinner.getMinValue(), mMonthSpinner.getMaxValue() + 1);
  /external/llvm/unittests/ADT/
APFloatTest.cpp 364 EXPECT_EQ(APSInt::getMinValue(5, true), result);
389 EXPECT_EQ(APSInt::getMinValue(5, false), result);
    [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 508 milliseconds