Searched refs:__assert (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dassert.h30 extern void __assert(const char *, const char *, int);
35 #define assert(EX) ((EX) ? (void)0 : __assert(#EX, __FILE__, __LINE__))
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/
H A Dassert.h30 extern void __assert(const char *, const char *, int);
35 #define assert(EX) ((EX) ? (void)0 : __assert(#EX, __FILE__, __LINE__))
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dassert_.d63 void __assert(const(char)* exp, const(char)* file, uint line);
70 void __assert(const(char)* file, int line, const(char)* exp);
77 void __assert(const(char)* file, int line, const(char)* exp);
86 void __assert(const(char)* exp, const(char)* file, uint line);
93 void __assert(const(char)* exp, const(char)* file, uint line);
101 void __assert(const(char)* __file, int __line, const(char)* __msg);
112 void __assert(const(char)* exp, const(char)* file, uint line, const(char)* func);
/netbsd-current/sys/external/bsd/acpica/dist/include/platform/
H A Daczephyr.h64 #include <zephyr/sys/__assert.h>
/netbsd-current/distrib/utils/zcat/
H A Dmisc.c5 __dead void __assert(const char *a, int b, const char *c) { function
/netbsd-current/include/
H A Dassert.h91 __dead void __assert(const char *, int, const char *);
/netbsd-current/lib/libc/gen/
H A Dassert.c77 __assert(const char *file, int line, const char *failedexpr) function
H A Dvis.c155 #define __CTASSERT(x, y) typedef char __assert ## y[(x) ? 1 : -1]
/netbsd-current/external/cddl/osnet/dist/lib/libuutil/common/
H A Duu_misc.c209 __assert(file, line, astring);
/netbsd-current/sys/external/bsd/acpica/dist/os_specific/service_layers/
H A Doszephyr.c51 #include <zephyr/sys/__assert.h>

Completed in 231 milliseconds