Searched defs:check1 (Results 1 – 2 of 2) sorted by relevance
325 #define check1(func,p0) ({ typeof(p0) r = func(p0), r2 = __CONCAT(__real_, func)(p0); test_assert(r… macro330 #define check1(func,p0) func(p0) macro
328 #define check1(func,p0) ({ typeof(p0) r = func(p0), r2 = __CONCAT(__real_, func)(p0); test_assert(r… macro333 #define check1(func,p0) func(p0) macro