Searched defs:int_min (Results 1 – 4 of 4) sorted by relevance
159 int int_min = 1 << 31; // no-warning in allow_overflows_and_negative_operands() local
49 const static auto int_min = std::numeric_limits<int>::min(); global() member 128 auto int_min = A::int_min; main() local
483 constexpr int64_t int_min = std::numeric_limits<int>::min(); in TEST_F() local [all...]
147 constexpr int int_min = ~0x7fffffff; variable