Searched refs:HAS_TRIVIAL_DTOR (Results 1 – 4 of 4) sorted by relevance
414 (mFlags & HAS_TRIVIAL_DTOR)) in _grow()481 (mFlags & HAS_TRIVIAL_DTOR)) in _shrink()533 if (!(mFlags & HAS_TRIVIAL_DTOR)) { in _do_destroy()
45 HAS_TRIVIAL_DTOR = 0x00000002, enumerator
148 |(traits<TYPE>::has_trivial_dtor ? HAS_TRIVIAL_DTOR : 0)
222 |(traits<TYPE>::has_trivial_dtor ? HAS_TRIVIAL_DTOR : 0)