Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dmacros.h232 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro
236 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro
239 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro
245 # define HAS_TRIVIAL_DESTRUCTOR(T) (false) macro