Searched defs:_STLP_HAS_TRIVIAL_DESTRUCTOR (Results 1 – 2 of 2) sorted by relevance
85 # define _STLP_HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro
143 # define _STLP_HAS_TRIVIAL_DESTRUCTOR(T) Metrowerks::has_trivial_dtor<T>::value macro