Home
last modified time | relevance | path

Searched refs:Overflows (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DNarrowingConversionsCheck.cpp310 bool Overflows = FloatConstant.convertToInteger( in handleFloatingToIntegral() local
314 if (Overflows || !IsExact) in handleFloatingToIntegral()
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dwaitcnt-overflow.mir15 # Overflows lgkmcnt with gfx9 but not with gfx10.
68 # Overflows vmcnt with gfx9 and gfx10.
/external/libchrome/libchrome_tools/patches/
DFix-TimeDelta.patch94 @@ -1542,6 +1542,70 @@ TEST(TimeDelta, Overflows) {
/external/libchrome/base/time/
Dtime_unittest.cc1459 TEST(TimeDelta, Overflows) { in TEST() argument
/external/llvm-project/llvm/unittests/ADT/
DAPIntTest.cpp2700 const std::pair<uint64_t, uint64_t> Overflows[] = { in TEST() local
2713 for (auto &X : Overflows) { in TEST()