Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/include/
H A Dassert.h15 static inline void __noreturn _assert_trap(const char *expr_str, in _assert_trap() argument
19 _assert_log(expr_str, file, line, func); in _assert_trap()
23 static inline void _runtime_assert_trap(const char *expr_str, const char *file, in _runtime_assert_trap() argument
28 _assert_log(expr_str, file, line, func); in _runtime_assert_trap()