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

/external/stlport/test/unit/
H A Dmvctor_declaration_test.cpp49 static bool is_movable(const _Tp&) { function
173 CPPUNIT_ASSERT( is_movable(string()) );
180 CPPUNIT_ASSERT( is_movable(wstring()) );
192 CPPUNIT_ASSERT( is_movable(crope()) );
199 CPPUNIT_ASSERT( is_movable(wrope()) );
211 CPPUNIT_ASSERT( is_movable(vector<char>()) );
212 CPPUNIT_ASSERT( is_movable(vector<specially_allocated_struct>()) );
223 CPPUNIT_ASSERT( is_movable(deque<char>()) );
224 CPPUNIT_ASSERT( is_movable(deque<specially_allocated_struct>()) );
235 CPPUNIT_ASSERT( is_movable(lis
[all...]
/external/clang/test/SemaTemplate/
H A Dinstantiate-exception-spec-cxx11.cpp67 struct is_movable { static const bool value = true; }; struct in namespace:core_19754_example
72 void irrelevant(wrap &p) noexcept(is_movable<T>::value);

Completed in 107 milliseconds