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

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dmacros.h194 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro
198 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro
201 # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) macro
207 # define HAS_TRIVIAL_DESTRUCTOR(T) (false) macro
/xsrc/external/mit/MesaLib/dist/src/util/
H A 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

Completed in 3 milliseconds