Home
last modified time | relevance | path

Searched defs:HAS_TRIVIAL_DESTRUCTOR (Results 1 – 1 of 1) 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
187 # define HAS_TRIVIAL_DESTRUCTOR(T) (false) macro