Searched refs:is_cv_convertible (Results 1 - 1 of 1) sorted by relevance

/external/stlport/test/unit/
H A Dtype_traits_test.cpp150 int is_cv_convertible(_Src, _Dst) { function
270 //CPPUNIT_CHECK( is_cv_convertible(d, b) == 1 );
271 //CPPUNIT_CHECK( is_cv_convertible(cd, b) == 0 );
277 CPPUNIT_CHECK( is_cv_convertible(pd, pb) == 1 );
278 CPPUNIT_CHECK( is_cv_convertible(pcd, pb) == 0 );

Completed in 40 milliseconds