Home
last modified time | relevance | path

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

/external/virglrenderer/src/mesa/util/
Dmacros.h252 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro
256 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro
259 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro
265 # define HAS_TRIVIAL_DESTRUCTOR(T) (false) macro
/external/mesa3d/src/util/
Dmacros.h258 # define HAS_TRIVIAL_DESTRUCTOR(T) __is_trivially_destructible(T) macro
260 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro
264 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro
267 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro
273 # define HAS_TRIVIAL_DESTRUCTOR(T) (false) macro