Searched refs:HAS_TRIVIAL_DESTRUCTOR (Results 1 - 4 of 4) 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
203 # ifndef HAS_TRIVIAL_DESTRUCTOR
207 # define HAS_TRIVIAL_DESTRUCTOR(T) (false) macro
H A Dralloc.h440 if (!HAS_TRIVIAL_DESTRUCTOR(TYPE)) \
451 if (!HAS_TRIVIAL_DESTRUCTOR(TYPE)) \
/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
261 # ifndef HAS_TRIVIAL_DESTRUCTOR
265 # define HAS_TRIVIAL_DESTRUCTOR(T) (false) macro
H A Dralloc.h502 if (!HAS_TRIVIAL_DESTRUCTOR(TYPE)) \
513 if (!HAS_TRIVIAL_DESTRUCTOR(TYPE)) \

Completed in 8 milliseconds