Home
last modified time | relevance | path

Searched refs:assertion (Results 1 – 25 of 98) sorted by relevance

1234

/freebsd-12.1/contrib/gdb/gdb/
H A Dgdb_assert.h49 #define gdb_assert_fail(assertion, file, line, function) \ argument
51 function, assertion)
53 #define gdb_assert_fail(assertion, file, line, function) \ argument
55 assertion)
/freebsd-12.1/contrib/googletest/googletest/scripts/
H A Dgen_gtest_pred_impl.py595 assertion = assrt + '_PRED'
599 assertion += '_FORMAT'
603 assertion += '%(n)s' % DEFS
647 'assertion' : assertion,
662 indent = (len(assertion) + 3)*' '
/freebsd-12.1/tools/regression/sockets/kqueue/
H A Dkqueue.c80 const char *assertion) in fail_assertion() argument
83 printf("not ok %d - %s\n", curtest, assertion); in fail_assertion()
87 assertion); in fail_assertion()
90 socktype, assertion); in fail_assertion()
93 socktype, rest, assertion); in fail_assertion()
/freebsd-12.1/contrib/googletest/googletest/docs/
H A Dprimer.md88 or has a failed assertion, then it *fails*; otherwise it *succeeds*.
98 assertion level and building up to tests and test cases.
114 assertion in question fails.
135 streamed to an assertion, it will be translated to UTF-8 when printed.
141 Fatal assertion | Nonfatal assertion | Verifies
148 function to continue running. In either case, an assertion failure means its
157 Fatal assertion | Nonfatal assertion | Verifies
166 Value arguments must be comparable by the assertion's comparison operator or
222 | Fatal assertion | Nonfatal assertion | Verifies …
229 Note that "CASE" in an assertion name means that case is ignored. A `NULL`
[all …]
H A Dadvanced.md66 Fatal assertion | Nonfatal assertion | Verifies
106 | Fatal assertion | Nonfatal assertion | Verifies …
129 the assertion
135 will succeed, while the assertion
381 used in these assertion macros:
383 | Fatal assertion | Nonfatal assertion | Verifies |
459 Fatal assertion | Nonfatal assertion | Verifies
536 any assertion inside of it.
661 Fatal assertion | Nonfatal assertion | V…
1083 Fatal assertion | Nonfatal assertion | Verifies
[all …]
H A Dfaq.md74 The need for `EXPECT_NE(NULL, ptr)` isn't nearly as strong. When the assertion
282 [here](advanced.md#assertion-placement).
343 * The googletest team is considering making the assertion macros throw on
403 you can use it in a predicate assertion like this:
443 has a googletest assertion failure. Very bad.
469 [section](advanced.md#assertion-placement) in the user's guide explains it.
548 `ASSERT_DEATH(*statement*, *regex*)` (or any death assertion macro) can be used
582 // A death assertion can contain a compound statement.
678 ## The compiler complains about "no match for 'operator<<'" when I use an assertion. What gives?
680 If you use a user-defined type `FooType` in an assertion, you must make sure
/freebsd-12.1/contrib/diff/lib/
H A Dstrtoimax.c33 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } argument
H A Dexclude.c57 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } argument
/freebsd-12.1/contrib/libarchive/libarchive/test/
H A DREADME37 arguments if the assertion does fail. 'A' versions also accept
41 * You are encouraged to document each assertion with a failure() call
43 function whose text is displayed only if the assertion fails. It
/freebsd-12.1/contrib/diff/src/
H A Dsystem.h41 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } argument
/freebsd-12.1/crypto/heimdal/lib/wind/
H A Drfc4518.txt200 Failure in any step causes the assertion to evaluate to Undefined.
325 assertion values: If the input string contains no non-space
343 For input strings that are substring assertion values: If the string
627 filter [RFC4515] assertion (CN=A*B*C) says to "match any value (of
640 assertion constructed by subdividing that substring into multiple
661 That is, the substrings assertion (CN=foo\20*\20bar) matches the
692 This statement applies to the assertion values and attribute values
693 as whole strings, and not individually to substrings of an assertion
695 an assertion value and attribute value match without any
700 Hence the assertion (CN=foo\20*\20bar) matches
[all …]
/freebsd-12.1/contrib/mandoc/
H A DNEWS114 * Avoid an assertion failure in certain .Bl -column lists.
321 * mdoc(7): Fix an assertion failure for a .Bd without a type that
429 * mdoc(7): Avoid an assertion when .Fo has no argument.
430 * mdoc(7): Avoid an assertion when .Ta<tab> occurs in .Bl -column.
432 * roff(7): Avoid an assertion caused by blanks inside \o.
575 * input: Fix an assertion failure on certain invalid UTF-8 input.
579 * mdoc(7): Fix an assertion failure on .Bl -column ... .El .Ta.
580 * tbl(7): Fix assertion failures by macros inside table data,
674 * Fix an assertion triggered by .It right after .El.
675 * Fix an assertion triggered by .Ec without preceding .Eo.
[all …]
/freebsd-12.1/contrib/gcclibs/libcpp/
H A DChangeLog.gcc4363 * lex.c (_cpp_lex_token): Added assertion.
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dcrypto.h322 ossl_noreturn void OPENSSL_die(const char *assertion, const char *file, int line);
/freebsd-12.1/contrib/libc++/include/
H A D__debug72 /// __libcpp_debug_function_type - The type of the assertion failure handler.
/freebsd-12.1/contrib/gcc/
H A Dtree-vrp.c3060 tree n, assertion; in build_assert_expr_for() local
3068 assertion = build2 (MODIFY_EXPR, TREE_TYPE (v), n, a); in build_assert_expr_for()
3075 assertion = build2 (MODIFY_EXPR, TREE_TYPE (v), n, boolean_false_node); in build_assert_expr_for()
3081 assertion = build2 (MODIFY_EXPR, TREE_TYPE (v), n, boolean_true_node); in build_assert_expr_for()
3086 SSA_NAME_DEF_STMT (n) = assertion; in build_assert_expr_for()
3094 return assertion; in build_assert_expr_for()
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.td163 // contention which leads to an assertion in the register allocator.
/freebsd-12.1/contrib/googletest/googletest/
H A DCHANGES71 * double values streamed to an assertion are printed with enough precision
/freebsd-12.1/contrib/apr/
H A DCHANGES112 *) apr_file_dup2() on Windows: Fix debug RTL assertion when
/freebsd-12.1/contrib/unbound/doc/
H A DREADME36 with an error if an assertion fails (but the buffer did not overflow).
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog383 colon with a space. Delete sermon and needless assertion.
393 assertion.
405 * read.c (read_a_source_file): Remove buffer_limit[-1] assertion.
408 * symbols.c (symbol_clone): Remove assertion that sym is defined.
/freebsd-12.1/contrib/googletest/googlemock/docs/
H A DDesignDoc.md191 where `StaticAssertTypeEq` is a compile-time assertion we plan to add to
/freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-type-util.h.pump108 // type. This can be used as a compile-time assertion to ensure that
/freebsd-12.1/contrib/subversion/
H A DCHANGES1459 * fix assertion failure in svn move (r1651963 et al)
1728 * diff: fix assertion with move inside a copy (issue #4444)
1757 * fix assertion on urls of the form 'file://./' (r1516806)
1772 * fix assertion when upgrading old working copies (r1520529)
2264 * fix assertion failure in JavaHL error reporting (r1405922)
2436 * fix assertion on urls of the form 'file://./' (r1516806)
2555 * fix local_relpath assertion (issue #4257)
2569 * fix assertion when rep-cache is inaccessible (r1422100)
2786 * replace wc assertion with informative error (r1222521, -693)
2870 * fix an invalid assertion in merge (r1149103, -35)
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPU.td391 // all OS-es on VI and newer hardware to avoid assertion failures due

1234