Searched refs:assert_if_const (Results 1 – 1 of 1) sorted by relevance
17 assert_if_const(_Bool x) in assert_if_const() function33 #define assert(x) (void)assert_if_const(x)38 (assert_if_const(x) ? (void)0 \45 #define assert_debug(x) (void)assert_if_const(x)
Completed in 18 milliseconds