Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dmacros.h195 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro
199 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro
202 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro
204 # ifndef HAS_TRIVIAL_DESTRUCTOR
208 # define HAS_TRIVIAL_DESTRUCTOR(T) (false) macro
Dralloc.h502 if (!HAS_TRIVIAL_DESTRUCTOR(TYPE)) \
513 if (!HAS_TRIVIAL_DESTRUCTOR(TYPE)) \