Searched defs:expr (Results 1 – 4 of 4) sorted by relevance
13 void __assert_func(const char *file, int line, const char *func, const char *expr) in __assert_func()
33 …tribute__((noreturn)) __assert_func(const char *file, int line, const char *func, const char *expr) in __assert_func()
19 #define ESP_NETIF_OPTIONAL_RETURN_CODE(expr) expr argument
103 #define CHECKIF(expr) if (expr) argument