Home
last modified time | relevance | path

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

/external/vixl/src/
Dglobals-vixl.h131 #define VIXL_ASSERT(condition) assert(condition) macro
141 #define VIXL_ASSERT(condition) ((void)0) macro