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

  /external/clang/test/Sema/
integer-overflow.c 34 uint64_t not_overflow2 = (1ULL * ((uint64_t)(4608) * (1024 * 1024)) + 2ULL); local
  /external/clang/test/SemaCXX/
integer-overflow.cpp 39 uint64_t not_overflow2 = (1ULL * ((uint64_t)(4608) * (1024 * 1024)) + 2ULL); local

Completed in 58 milliseconds