HomeSort by: relevance | last modified time | path
    Searched refs:assertion (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/external/apache2/mDNSResponder/dist/mDNSShared/dns_objects/utilities/
dns_assert_macros.h 39 #define require(assertion, exception_label) \
41 if (__builtin_expect(!(assertion), 0)) { \
52 #define require_action(assertion, exception_label, action) \
54 if (__builtin_expect(!(assertion), 0)) { \
91 #define verify_action(assertion, action) \
92 if (__builtin_expect(!(assertion), 0)) { \
111 #define require_return(assertion) \
113 if(__builtin_expect(!(assertion), 0)) { \
114 DEBUG_ASSERT_MESSAGE("", #assertion, 0, 0, __FILE__, __LINE__, 0); \
121 #define require_return_quiet(assertion) \
    [all...]
dns_obj_log.h 22 #define DEBUG_ASSERT_MESSAGE(name, assertion, label, message, file, line, value) \
23 log_fault("AssertMacros: " PUB_S ", " PUB_S " file: " PUB_S ", line: %d, value: %ld", assertion, (message != 0) ? message : "", file, line, (long) (value))
  /src/external/apache2/mDNSResponder/dist/mDNSShared/utilities/
misc_utilities.h 33 #define require(assertion, exception_label) \
35 if (__builtin_expect(!(assertion), 0)) { \
42 #define require_action(assertion, exception_label, action) \
44 if (__builtin_expect(!(assertion), 0)) { \
  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_assert.h 33 /* This prints an "Assertion failed" message, asking the user if they
35 #define gdb_assert_fail(assertion, file, line, function) \
36 internal_error_loc (file, line, _("%s: Assertion `%s' failed."), \
37 function, assertion)
  /src/external/gpl3/gdb/dist/gdbsupport/
gdb_assert.h 33 /* This prints an "Assertion failed" message, asking the user if they
35 #define gdb_assert_fail(assertion, file, line, function) \
36 internal_error_loc (file, line, _("%s: Assertion `%s' failed."), \
37 function, assertion)
  /src/external/bsd/openldap/dist/libraries/libldap/
assertion.c 1 /* $NetBSD: assertion.c,v 1.4 2025/09/05 21:16:21 christos Exp $ */
19 __RCSID("$NetBSD: assertion.c,v 1.4 2025/09/05 21:16:21 christos Exp $");
33 char *assertion,
41 if ( assertion == NULL || assertion[ 0 ] == '\0' ) {
59 err = ldap_pvt_put_filter( ber, assertion );
82 char *assertion,
94 assertion, &value );
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.testsuite/
gdb-caching-proc.exp 32 foreach assertion $assertions {
36 gdb_assert $assertion
40 gdb_assert $assertion
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.testsuite/
gdb-caching-proc.exp 32 foreach assertion $assertions {
36 gdb_assert $assertion
40 gdb_assert $assertion
  /src/external/gpl2/diffutils/dist/lib/
strtoimax.c 44 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; }
exclude.c 70 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; }
  /src/external/gpl3/gcc/dist/contrib/
filter_params.py 80 assertion = self.assertMultiLineEqual
82 assertion = self.assertEqual
83 assertion(expected_result, filter_src(src_input))
  /src/external/gpl3/gcc.old/dist/contrib/
filter_params.py 80 assertion = self.assertMultiLineEqual
82 assertion = self.assertEqual
83 assertion(expected_result, filter_src(src_input))
  /src/external/gpl3/gcc/dist/libgcc/config/i386/
gthr-win32.c 51 typedef int assertion[sizeof(__gthr_win32_##TYPE) == sizeof(TYPE) ? 1 : -1];
gthr-win32-cond.c 87 typedef int assertion[sizeof(__gthr_win32_##TYPE) == sizeof(TYPE) ? 1 : -1];
  /src/external/gpl3/binutils/dist/cpu/
simplify.inc 153 x-syntax x-base-ifield x-encoding x-ifield-assertion
163 (ifield-assertion x-ifield-assertion)
174 ; Fields ifield-assertion is absent.
  /src/external/gpl3/binutils.old/dist/cpu/
simplify.inc 153 x-syntax x-base-ifield x-encoding x-ifield-assertion
163 (ifield-assertion x-ifield-assertion)
174 ; Fields ifield-assertion is absent.
  /src/external/gpl3/gdb/dist/cpu/
simplify.inc 153 x-syntax x-base-ifield x-encoding x-ifield-assertion
163 (ifield-assertion x-ifield-assertion)
174 ; Fields ifield-assertion is absent.
  /src/external/gpl3/gdb.old/dist/cpu/
simplify.inc 153 x-syntax x-base-ifield x-encoding x-ifield-assertion
163 (ifield-assertion x-ifield-assertion)
174 ; Fields ifield-assertion is absent.
  /src/external/bsd/openldap/dist/clients/tools/
common.h 86 extern char *assertion;
  /src/usr.bin/make/unit-tests/
deptgt-end-jobs.mk 11 # Before 2020-09-23, this test crashed with an assertion failure.
  /src/external/gpl2/diffutils/dist/src/
system.h 43 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; }
  /src/external/mpl/bind/dist/tests/dns/
dbversion_test.c 48 * The code below enables us to trap assertion failures for testing
56 jmp_buf assertion; variable
60 const int r = setjmp(assertion); \
72 longjmp(assertion, 1);
  /src/external/gpl2/xcvs/dist/lib/
mktime.c 109 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; }
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
discover_resolver.c 50 #define require(assertion, exception_label) \
52 if (!(assertion)) { \
59 #define require_action(assertion, exception_label, action) \
61 if (!(assertion)) { \
  /src/external/cddl/osnet/dev/dtrace/amd64/
dtrace_subr.c 416 This assertion would always fire, we get called from

Completed in 22 milliseconds

1 2