Searched refs:assert_arg_pred_impl (Results 1 – 2 of 2) sorted by relevance
171 template< bool > struct assert_arg_pred_impl { typedef int type; }; argument172 template<> struct assert_arg_pred_impl<true> { typedef void* type; }; struct177 typedef typename assert_arg_pred_impl< p_type::value >::type type;184 typedef typename assert_arg_pred_impl<p>::type type;
5 template< bool > struct assert_arg_pred_impl { }; // expected-note 3 {{declared here}} struct