Home
last modified time | relevance | path

Searched refs:_COMPILE_ASSERT (Results 1 – 1 of 1) sorted by relevance

/hardware/st/secure_element2/secure_element/1.0/esehal/src/
Dcompiler.h37 #define _COMPILE_ASSERT(cond) __COMPILE_ASSERT(cond) macro
38 #define COMPILE_ASSERT(cond) _COMPILE_ASSERT(!!(cond))