Searched defs:check_close1 (Results 1 – 2 of 2) sorted by relevance
327 #define check_close1(func,p0) ({ typeof(p0) r = func(p0), r2 = __CONCAT(__real_, func)(p0); if (isn… macro332 #define check_close1(func,p0) func(p0) macro
330 #define check_close1(func,p0) ({ typeof(p0) r = func(p0), r2 = __CONCAT(__real_, func)(p0); if (isn… macro335 #define check_close1(func,p0) func(p0) macro