Home
last modified time | relevance | path

Searched refs:assert_arg_pred_impl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/
Dassert.hpp171 template< bool > struct assert_arg_pred_impl { typedef int type; }; argument
172 template<> struct assert_arg_pred_impl<true> { typedef void* type; }; struct
177 typedef typename assert_arg_pred_impl< p_type::value >::type type;
184 typedef typename assert_arg_pred_impl<p>::type type;
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Drdar9173693.cpp5 template< bool > struct assert_arg_pred_impl { }; // expected-note 3 {{declared here}} struct