Searched defs: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) macro265 # define HAS_TRIVIAL_DESTRUCTOR(T) (false) macro
258 # define HAS_TRIVIAL_DESTRUCTOR(T) __is_trivially_destructible(T) macro260 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro264 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro267 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro273 # define HAS_TRIVIAL_DESTRUCTOR(T) (false) macro