Home
last modified time | relevance | path

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

/hyp/interfaces/util/include/
A Dassert.h17 assert_if_const(_Bool x) in assert_if_const() function
33 #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