Searched defs:int_max (Results 1 – 3 of 3) sorted by relevance
34 constexpr int int_max = std::numeric_limits<int>::max(); in test() local
37 const static auto int_max = std::numeric_limits<int>::max(); global() member 117 auto int_max = A::int_max; main() local
482 constexpr int64_t int_max = std::numeric_limits<int>::max(); in TEST_F() local [all...]