Home
last modified time | relevance | path

Searched refs:int_least32 (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/config/test/
Dcstdint_test2.cpp69 static const boost::int_least32_t int_least32 = INT32_C(-2147483647); member
94 BOOST_TEST( int_least32 == -2147483647 ); in check()
189 boost::int_least32_t int_least32 = INT32_C(-2147483647); in main() local
225 BOOST_TEST( int_least32 == -2147483647 ); in main()
Dcstdint_test.cpp59 static const boost::int_least32_t int_least32 = INT32_C(-2147483647); member
84 BOOST_TEST( int_least32 == -2147483647 ); in check()
179 boost::int_least32_t int_least32 = INT32_C(-2147483647); in main() local
215 BOOST_TEST( int_least32 == -2147483647 ); in main()