Searched refs:hb_is_trivially_destructible (Results 1 – 2 of 2) sorted by relevance
348 using hb_is_trivially_destructible= hb_is_destructible<hb_trivial<T>>; typedef349 #define hb_is_trivially_destructible(T) hb_is_trivially_destructible<T>::value macro383 hb_is_trivially_destructible (T) &&
115 static_assert (hb_is_trivially_destructible (Y), ""); in main()