Searched refs:hb_is_trivially_copyable (Results 1 – 3 of 3) sorted by relevance
117 static_assert (hb_is_trivially_copyable (int), ""); in main()118 static_assert (hb_is_trivially_copyable (X), ""); in main()119 static_assert (hb_is_trivially_copyable (Y), ""); in main()
382 using hb_is_trivially_copyable= hb_bool_constant< typedef390 #define hb_is_trivially_copyable(T) hb_is_trivially_copyable<T>::value macro394 hb_is_trivially_copyable (T) &&
472 if (!sizeof... (Ts) && hb_is_trivially_copyable (Type)) return_trace (true); in sanitize()646 if (!sizeof... (Ts) && hb_is_trivially_copyable (Type)) return_trace (true); in sanitize()787 if (!sizeof... (Ts) && hb_is_trivially_copyable (Type)) return_trace (true); in sanitize()1018 if (!sizeof... (Ts) && hb_is_trivially_copyable (Type)) return_trace (true); in sanitize()