Searched refs:HAS_TRIVIAL_DTOR (Results 1 – 4 of 4) sorted by relevance
413 (mFlags & HAS_TRIVIAL_DTOR)) in _grow()480 (mFlags & HAS_TRIVIAL_DTOR)) in _shrink()532 if (!(mFlags & HAS_TRIVIAL_DTOR)) { in _do_destroy()
45 HAS_TRIVIAL_DTOR = 0x00000002, enumerator
162 |(traits<TYPE>::has_trivial_dtor ? HAS_TRIVIAL_DTOR : 0) in SortedVector()
230 |(traits<TYPE>::has_trivial_dtor ? HAS_TRIVIAL_DTOR : 0) in Vector()