Home
last modified time | relevance | path

Searched defs:integral_constant_checker (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/config/test/
Dcstdint_test2.cpp50 struct integral_constant_checker struct
52 static const boost::int8_t int8 = INT8_C(-127);
53 static const boost::int_least8_t int_least8 = INT8_C(-127);
54 static const boost::int_fast8_t int_fast8 = INT8_C(-127);
79 void integral_constant_checker::check() in check() argument
Dcstdint_test.cpp40 struct integral_constant_checker struct
42 static const boost::int8_t int8 = INT8_C(-127);
43 static const boost::int_least8_t int_least8 = INT8_C(-127);
44 static const boost::int_fast8_t int_fast8 = INT8_C(-127);
69 void integral_constant_checker::check() in check() argument