Home | History | Annotate | Download | only in test

Lines Matching refs:VERIFY

31     VERIFY( (#XPR) && nb_temporaries==N ); \
149 // verify that ref-to-const don't have LvalueBit
151 VERIFY( !(internal::traits<Ref<ConstPlainObjectType> >::Flags & LvalueBit) );
152 VERIFY( !(internal::traits<Ref<ConstPlainObjectType, Aligned> >::Flags & LvalueBit) );
153 VERIFY( !(Ref<ConstPlainObjectType>::Flags & LvalueBit) );
154 VERIFY( !(Ref<ConstPlainObjectType, Aligned>::Flags & LvalueBit) );
245 VERIFY( test_ref_overload_fun1(Ad)==1 );
246 VERIFY( test_ref_overload_fun1(rAd)==2 );
249 VERIFY( test_ref_overload_fun2(Ad)==4 );
250 VERIFY( test_ref_overload_fun2(Ad+Bd)==4 );
251 VERIFY( test_ref_overload_fun2(Af+Bf)==5 );