Searched refs:hb_is_trivially_move_constructible (Results 1 – 2 of 2) sorted by relevance
113 static_assert (hb_is_trivially_move_constructible (X), ""); in main()114 static_assert (hb_is_trivially_move_constructible (Y), ""); in main()
365 using hb_is_trivially_move_constructible= hb_is_move_constructible<hb_trivial<T>>; typedef366 #define hb_is_trivially_move_constructible(T) hb_is_trivially_move_constructible<T>::value macro385 (!hb_is_move_constructible (T) || hb_is_trivially_move_constructible (T)) &&