Searched refs:zexpect_is_null (Results 1 – 2 of 2) sorted by relevance
77 zexpect_is_null(ptr); in ZTEST()85 zexpect_is_null(ptr); in ZTEST()
639 #define zexpect_is_null(ptr, ...) zexpect((ptr) == NULL, #ptr " is not NULL", ##__VA_ARGS__) macro