Searched refs:HAS_TRIVIAL_DESTRUCTOR (Results 1 – 2 of 2) sorted by relevance
252 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro256 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro259 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro261 # ifndef HAS_TRIVIAL_DESTRUCTOR265 # define HAS_TRIVIAL_DESTRUCTOR(T) (false) macro
502 if (!HAS_TRIVIAL_DESTRUCTOR(TYPE)) \513 if (!HAS_TRIVIAL_DESTRUCTOR(TYPE)) \