Home
last modified time | relevance | path

Searched refs:too_large (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/numerics/
Dsafe_numerics_unittest.cc754 CheckedNumeric<int> too_large = std::numeric_limits<int>::max(); in TEST() local
755 EXPECT_TRUE(too_large.IsValid()); in TEST()
756 too_large += d; in TEST()
757 EXPECT_FALSE(too_large.IsValid()); in TEST()
758 too_large -= d; in TEST()
759 EXPECT_FALSE(too_large.IsValid()); in TEST()
760 too_large /= d; in TEST()
761 EXPECT_FALSE(too_large.IsValid()); in TEST()
/external/llvm/lib/ProfileData/
DSampleProf.cpp37 case sampleprof_error::too_large: in message()
DInstrProfReader.cpp47 return make_error<InstrProfError>(instrprof_error::too_large); in create()
83 return make_error<InstrProfError>(instrprof_error::too_large); in create()
DInstrProf.cpp52 case instrprof_error::too_large: in getInstrProfErrString()
626 return make_error<InstrProfError>(instrprof_error::too_large); in getValueProfData()
DSampleProfReader.cpp744 return sampleprof_error::too_large; in setupMemoryBuffer()
/external/llvm/include/llvm/ProfileData/
DSampleProf.h35 too_large, enumerator
DInstrProf.h287 too_large, enumerator