Home
last modified time | relevance | path

Searched defs:test_pair (Results 1 – 25 of 33) sorted by relevance

12

/third_party/boost/libs/safe_numerics/test/
Dtest_divide_native_constexpr.cpp23 struct test_pair { struct
44 test_pair, in main() argument
Dtest_and_automatic_constexpr.cpp24 struct test_pair { struct
25 static const std::size_t i = First();
49 test_pair, in main() argument
Dtest_subtract_automatic_constexpr.cpp22 struct test_pair { struct
43 test_pair, in main() argument
Dtest_and_native_constexpr.cpp25 struct test_pair { struct
26 static const std::size_t i = First();
50 test_pair, in main() argument
Dtest_right_shift_automatic_constexpr.cpp22 struct test_pair { struct
43 test_pair, in main() argument
Dtest_less_than_automatic_constexpr.cpp22 struct test_pair { struct
43 test_pair, in main() argument
Dtest_equal_native_constexpr.cpp22 struct test_pair { struct
43 test_pair, in main() argument
Dtest_or_automatic_constexpr.cpp23 struct test_pair { struct
44 test_pair, in main() argument
Dtest_add_native_constexpr.cpp23 struct test_pair { struct
24 static const std::size_t i = First();
25 static const std::size_t j = Second();
26 constexpr static const bool value = test_add_constexpr(
Dtest_modulus_native_constexpr.cpp22 struct test_pair { struct
43 test_pair, in main() argument
Dtest_or_native_constexpr.cpp23 struct test_pair { struct
44 test_pair, in main() argument
Dtest_subtract_native_constexpr.cpp26 struct test_pair { struct
44 test_pair, in main() argument
Dtest_left_shift_automatic_constexpr.cpp22 struct test_pair { struct
43 test_pair, in main() argument
Dtest_multiply_automatic_constexpr.cpp22 struct test_pair { struct
23 static const std::size_t i = First();
24 static const std::size_t j = Second();
48 test_pair, in main() argument
Dtest_multiply_native_constexpr.cpp22 struct test_pair { struct
23 static const std::size_t i = First();
47 test_pair, in main() argument
Dtest_add_automatic_constexpr.cpp22 struct test_pair { struct
23 static const std::size_t i = First();
24 static const std::size_t j = Second();
25 constexpr static const bool value = test_add_constexpr(
Dtest_equal_automatic_constexpr.cpp22 struct test_pair { struct
43 test_pair, in main() argument
Dtest_xor_native_constexpr.cpp22 struct test_pair { struct
42 test_pair, in main() argument
Dtest_divide_automatic_constexpr.cpp22 struct test_pair { struct
43 test_pair, in main() argument
Dtest_xor_automatic_constexpr.cpp22 struct test_pair { struct
43 test_pair, in main() argument
Dtest_modulus_automatic_constexpr.cpp22 struct test_pair { struct
43 test_pair, in main() argument
Dtest_left_shift_native_constexpr.cpp23 struct test_pair { struct
44 test_pair, in main() argument
Dtest_right_shift_native_constexpr.cpp22 struct test_pair { struct
43 test_pair, in main() argument
Dtest_less_than_native_constexpr.cpp22 struct test_pair { struct
43 test_pair, in main() argument
Dtest_checked_cast.cpp60 struct test_pair { struct
62 test_pair(bool b = true) : m_error(b) {} in test_pair() function
63 operator bool(){ in operator bool()
88 test_pair rval(true); in main() argument

12