Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dmacros.h252 # define HAS_TRIVIAL_DESTRUCTOR(T) __is_trivially_destructible(T) macro
254 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro
258 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro
261 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro
267 # define HAS_TRIVIAL_DESTRUCTOR(T) (false) macro