Searched refs:INV (Results 1 - 21 of 21) sorted by relevance

/freebsd-12-stable/contrib/atf/atf-c/detail/
H A Dsanity.h35 #define INV(x) \ macro
53 #define INV(x) \ macro
67 #define UNREACHABLE INV(0)
H A Duser.c55 INV(ngroups >= 0);
H A Dtext.c104 INV(*end == '\0');
109 INV(iter != NULL);
114 INV(ptr >= iter);
130 INV(!atf_is_error(err));
H A Ddynstr.c165 INV(ret >= 0);
212 INV(ad->m_length <= memlen);
279 INV(ad->m_data != NULL);
286 INV(ad->m_data != NULL);
H A Dtp_main.c257 INV(tcs != NULL); /* Should be checked. */
263 INV(vars != NULL); /* Should be checked. */
411 INV(!atf_is_error(err));
531 INV(!atf_is_error(err));
571 INV(!atf_is_error(err));
H A Dmap.c181 INV(key != NULL);
370 INV(strcmp(me->m_key, key) == 0);
H A Dfs.c306 INV(!atf_is_error(err));
403 INV(atf_equal_dynstr_cstring(&bp->m_data,
430 INV(atf_equal_dynstr_cstring(ln,
813 INV(!atf_is_error(err));
843 INV(!atf_is_error(err));
H A Dsanity_test.c68 INV(td->m_cond);
169 atf_tc_set_md_var(tc, "descr", "Tests the INV macro");
H A Dprocess.c605 INV(ret == -1);
635 INV(atf_error_is(err, "libc") && atf_libc_error_code(err) == EINTR);
H A Dlist.c240 INV(freed == l->m_size + 2);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_ARM64.cpp25 #define INV LLDB_INVALID_REGNUM macro
31 {arm64_dwarf::x##i, arm64_dwarf::x##i, INV, INV, reg_x##i}, \
38 {INV, INV, INV, INV, reg_w##i}, nullptr, nullptr, nullptr, 0 \
45 INV, reg_x##i}, nullptr, nullptr, nullptr, 0 \
51 eFormatVectorOfUInt8, {arm64_dwarf::v##i, arm64_dwarf::v##i, INV, INV, \
[all...]
H A DRegisterContextMinidump_ARM.cpp27 #define INV LLDB_INVALID_REGNUM macro
33 {ehframe_r##i, dwarf_r##i, INV, INV, reg_r##i}, \
40 {ehframe_r##i, dwarf_r##i, LLDB_REGNUM_GENERIC_ARG1 + i, INV, reg_r##i}, \
47 eFormatVectorOfUInt8, {dwarf_d##i, dwarf_d##i, INV, INV, reg_d##i}, \
54 {dwarf_s##i, dwarf_s##i, INV, INV, reg_s##i}, \
61 eFormatVectorOfUInt8, {dwarf_q##i, dwarf_q##i, INV, INV, reg_
[all...]
/freebsd-12-stable/contrib/atf/atf-c/
H A Dcheck.c69 INV(!atf_is_error(err));
82 INV(atf_error_is(err, "libc") &&
86 INV(!atf_is_error(err));
92 INV(atf_error_is(err, "libc") &&
96 INV(!atf_is_error(err));
101 INV(!atf_is_error(err));
203 INV(s);
205 INV(!s);
210 INV(!s);
215 INV(!
[all...]
H A Derror.c112 INV(err != NULL);
H A Dtp.c96 INV(!atf_is_error(err));
H A Dtc.c163 INV(arg == -1 || reason != NULL);
265 INV(ctx->expect_fail_count > ctx->expect_previous_fail_count);
449 INV(!pf->found);
590 INV(!atf_is_error(err));
635 INV(val != NULL);
727 INV(val != NULL);
/freebsd-12-stable/contrib/atf/atf-sh/
H A Datf-sh.cpp139 INV(m_shell == atf::fs::path(atf::env::get("ATF_SHELL", ATF_SHELL)));
175 INV(ret == -1);
H A Datf-check.cpp224 INV(signo != INT_MIN);
656 INV(!oc.negated);
/freebsd-12-stable/contrib/atf/atf-c++/detail/
H A Dexceptions.cpp151 INV(h->m_name == NULL && h->m_func != NULL);
H A Dprocess.cpp60 INV(pos == c.size());
186 INV(m_inited);
296 INV(!atf_is_error(err));
/freebsd-12-stable/contrib/atf/atf-c++/
H A Dtests.cpp169 INV(iter != wraps.end());
178 INV(iter != cwraps.end());
187 INV(iter != cwraps.end());
475 INV(iter2 != vars.end());
624 INV(argc == 1);

Completed in 213 milliseconds