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

/external/webkit/JavaScriptCore/wtf/
H A DTypeTraits.cpp125 COMPILE_ASSERT((IsSameType<bool, RemoveConstVolatile<bool>::Type>::value), WTF_test_RemoveConstVolatile_bool);
126 COMPILE_ASSERT((IsSameType<bool, RemoveConstVolatile<const bool>::Type>::value), WTF_test_RemoveConstVolatile_const_bool);
127 COMPILE_ASSERT((IsSameType<bool, RemoveConstVolatile<volatile bool>::Type>::value), WTF_test_RemoveConstVolatile_volatile_bool);
128 COMPILE_ASSERT((IsSameType<bool, RemoveConstVolatile<const volatile bool>::Type>::value), WTF_test_RemoveConstVolatile_const_volatile_bool);
H A DTypeTraits.h44 // RemoveConstVolatile<T>::Type
157 template <typename T> struct RemoveConstVolatile { struct in namespace:WTF

Completed in 14 milliseconds