Home
last modified time | relevance | path

Searched refs:HAS_TRIVIAL_DESTRUCTOR (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/util/
Dmacros.h172 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro
176 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro
180 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro
183 # ifndef HAS_TRIVIAL_DESTRUCTOR
187 # define HAS_TRIVIAL_DESTRUCTOR(T) (false) macro
Dralloc.h431 if (!HAS_TRIVIAL_DESTRUCTOR(TYPE)) \
442 if (!HAS_TRIVIAL_DESTRUCTOR(TYPE)) \