Searched refs:HAS_TRIVIAL_DESTRUCTOR (Results 1 – 2 of 2) sorted by relevance
172 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro176 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro180 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro183 # ifndef HAS_TRIVIAL_DESTRUCTOR187 # define HAS_TRIVIAL_DESTRUCTOR(T) (false) macro
431 if (!HAS_TRIVIAL_DESTRUCTOR(TYPE)) \442 if (!HAS_TRIVIAL_DESTRUCTOR(TYPE)) \