Home
last modified time | relevance | path

Searched defs:ASSERT (Results 1 – 22 of 22) sorted by relevance

/openbsd/usr.sbin/npppd/common/
H A Ddebugmacro.h38 #define ASSERT(x) \ macro
46 #define ASSERT(x) ((void)0); macro
H A Dslist_test.c46 #define ASSERT(x) \ macro
/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dlogging.h68 # define ASSERT(x, y) ((x) ? (void)(0) : ERROR((y))) macro
70 # define ASSERT(x, y) ((void)(0)) macro
/openbsd/sys/stand/efi/include/
H A Defidebug.h88 #define ASSERT(a) if(!(a)) DBGASSERT(a) macro
94 #define ASSERT(a) macro
/openbsd/gnu/usr.bin/binutils/ld/
H A Dldmisc.h36 #define ASSERT(x) \ macro
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A Dldmisc.h35 #define ASSERT(x) \ macro
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dc99-array-lval-2.c12 #define ASSERT(v, a) char v[((a) ? 1 : -1)] macro
H A Dc90-array-lval-2.c12 #define ASSERT(v, a) char v[((a) ? 1 : -1)] macro
H A Dc99-array-lval-4.c14 #define ASSERT(v, a) char v[((a) ? 1 : -1)] macro
H A Dc90-array-lval-4.c14 #define ASSERT(v, a) char v[((a) ? 1 : -1)] macro
/openbsd/regress/lib/libcrypto/utf8/
H A Dutf8test.c31 #define ASSERT(x) \ macro
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Deeprof-1.c1 #define ASSERT(X) if (!(X)) abort (); macro
/openbsd/sys/dev/pci/drm/amd/display/dc/
H A Dos_types.h78 #define ASSERT(expr) do { \ macro
/openbsd/usr.bin/fgen/
H A Dfgen.l96 #define ASSERT if (debug) assert macro
/openbsd/gnu/usr.bin/binutils/gas/
H A Ditbl-ops.c101 #define ASSERT(x) assert(x) macro
104 #define ASSERT(x) macro
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Ditbl-ops.c102 #define ASSERT(x) assert(x) macro
105 #define ASSERT(x) macro
/openbsd/regress/lib/libpthread/include/
H A Dtest.h85 #define ASSERT(x) do { \ macro
/openbsd/gnu/usr.bin/perl/win32/
H A Dvmem.h31 #define ASSERT(f) if(!(f)) DebugBreak(); macro
51 #define ASSERT(f) macro
/openbsd/sys/dev/pci/
H A Dif_ixgb_osdep.h39 #define ASSERT(x) if(!(x)) panic("IXGB: x") macro
/openbsd/games/gomoku/
H A Dgomoku.h316 #define ASSERT(x) macro
/openbsd/gnu/usr.bin/perl/
H A Dmalloc.c1062 #define ASSERT(p,diag) if (!(p)) botch(diag,STRINGIFY(p),__FILE__,__LINE__); macro
1098 #define ASSERT(p, diag) macro
/openbsd/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs122 #define ASSERT(x,y) \ macro
131 #define ASSERT(x,y) macro