Searched refs:__expect (Results 1 – 2 of 2) sorted by relevance
34 #define __expect(x) \ macro42 #define expect_pass(x) __expect(x)43 #define expect_fail(x) __expect(!(x))
17 #define expect(cond) __expect(__func__, __LINE__, (cond))18 #define __expect(fn, line, cond) \ macro