Searched refs:not_constexpr (Results 1 – 4 of 4) sorted by relevance
136 int not_constexpr; variable149 not_constexpr = 1; in ~DestructorBCE()160 DestructorBCE global_dtor_bce_2(not_constexpr);183 DestructorBCE local(not_constexpr); in test_dtor_bce_2()213 static DestructorBCE local(not_constexpr); in test_dtor_bce_static_2()
3 template<typename T> int not_constexpr() { return T::error; } in not_constexpr() function16 (void)sizeof(not_constexpr<long>()); in test()29 (void)sizeof(int{not_constexpr<int>()}); in test()
523 void not_constexpr();527 not_constexpr(); in no_cont_after_break()531 not_constexpr(); in no_cont_after_break()535 not_constexpr(); in no_cont_after_break()
67 int not_constexpr();68 template<int N> void valuedep() __attribute__((enable_if(N == not_constexpr(), "")));