Searched refs:test_noexcept (Results 1 – 13 of 13) sorted by relevance
29 void test_noexcept() TEST_NOEXCEPT in test_noexcept() function35 test_noexcept(); in main()
141 void test_noexcept() { in test_noexcept() function166 test_noexcept<int>(); in main()171 test_noexcept<int[]>(); in main()
149 void test_noexcept() { in test_noexcept() function210 test_noexcept<false>(); in main()215 test_noexcept<true>(); in main()
105 void test_noexcept() { in test_noexcept() function318 test_noexcept<false>(); in main()325 test_noexcept<true>(); in main()
137 void test_noexcept() { in test_noexcept() function163 test_noexcept(); in main()
50 constexpr bool test_noexcept() { in test_noexcept() function114 static_assert(test_noexcept(), ""); in main()
32 void test_noexcept() { in test_noexcept() function93 test_noexcept(); in main()
82 void test_noexcept() in test_noexcept() function122 test_noexcept(); in main()
4 void test_noexcept() { in test_noexcept() function
157 void test_noexcept() { in test_noexcept() function208 test_noexcept(); in main()
187 void test_noexcept() in test_noexcept() function267 test_noexcept(); in main()
286 void test_noexcept() { in test_noexcept() function411 test_noexcept<false>(); in main()416 test_noexcept<true>(); in main()
153 void test_noexcept(int *i) { in test_noexcept() function