Searched refs:T_ASSERT_GT_UINT (Results 1 – 3 of 3) sorted by relevance
194 T_ASSERT_GT_UINT(codeCnt, 1, "CodeCnt"); in catch_mach_exception_raise_identity_protected()
136 T_ASSERT_GT_UINT(codeCnt, 0, "CodeCnt"); in catch_mach_exception_raise_identity_protected()
490 #define T_ASSERT_GT_UINT(lhs, rhs, msg, ...) \ macro