Searched refs:zexpect_is_null (Results 1 – 3 of 3) sorted by relevance
66 zexpect_is_null(ptr); in ZTEST()74 zexpect_is_null(ptr); in ZTEST()
587 #define zexpect_is_null(ptr, ...) zexpect((ptr) == NULL, #ptr " is not NULL", ##__VA_ARGS__) macro