Lines Matching refs:inv
54 enum type { inv, pre, post, unreachable };
70 case inv:
71 INV(td->m_cond);
129 case inv:
169 ATF_TC(inv);
170 ATF_TC_HEAD(inv, tc)
172 atf_tc_set_md_var(tc, "descr", "Tests the INV macro");
174 ATF_TC_BODY(inv, tc)
178 do_test(inv, false);
179 do_test(inv, true);
227 ATF_TP_ADD_TC(tp, inv);