Searched refs:HAS_TRIVIAL_DESTRUCTOR (Results 1 – 2 of 2) sorted by relevance
252 # define HAS_TRIVIAL_DESTRUCTOR(T) __is_trivially_destructible(T) macro254 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro258 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro261 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro263 # ifndef HAS_TRIVIAL_DESTRUCTOR267 # define HAS_TRIVIAL_DESTRUCTOR(T) (false) macro
531 if (!HAS_TRIVIAL_DESTRUCTOR(TYPE)) \542 if (!HAS_TRIVIAL_DESTRUCTOR(TYPE)) \