Searched refs:return_true (Results 1 – 2 of 2) sorted by relevance
7 constexpr bool return_true() { return true; }9 static void f() noexcept(return_true());19 using T = decltype(return_true() && noexcept(X::f()));
72 def do_test_auto_continue(self, return_true): argument80 if return_true: