/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | assert_.d | 63 void __assert(const(char)* exp, const(char)* file, uint line); in version() 70 void __assert(const(char)* file, int line, const(char)* exp); in version() 77 void __assert(const(char)* file, int line, const(char)* exp); in version() 86 void __assert(const(char)* exp, const(char)* file, uint line); in version() 93 void __assert(const(char)* exp, const(char)* file, uint line); in version() 101 void __assert(const(char)* __file, int __line, const(char)* __msg); in version() 112 void __assert(const(char)* exp, const(char)* file, uint line, const(char)* func); in version()
|
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/ |
H A D | assert.h | 30 extern void __assert(const char *, const char *, int); 35 #define assert(EX) ((EX) ? (void)0 : __assert(#EX, __FILE__, __LINE__))
|
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/ |
H A D | assert.h | 30 extern void __assert(const char *, const char *, int); 35 #define assert(EX) ((EX) ? (void)0 : __assert(#EX, __FILE__, __LINE__))
|
/netbsd-src/distrib/utils/zcat/ |
H A D | misc.c | 5 __dead void __assert(const char *a, int b, const char *c) { in __assert() function
|
/netbsd-src/include/ |
H A D | assert.h | 91 __dead void __assert(const char *, int, const char *);
|
/netbsd-src/lib/libc/gen/ |
H A D | assert.c | 77 __assert(const char *file, int line, const char *failedexpr) in __assert() function
|
H A D | vis.c | 155 #define __CTASSERT(x, y) typedef char __assert ## y[(x) ? 1 : -1]
|
/netbsd-src/external/cddl/osnet/dist/lib/libuutil/common/ |
H A D | uu_misc.c | 209 __assert(file, line, astring); in assfail()
|
/netbsd-src/usr.bin/xlint/llib/ |
H A D | llib-lstdc | 58 void (__assert)(const char *expression, int line, const char *file);
|
H A D | llib-lposix | 72 void (__assert)(const char *expression, int line, const char *file);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/ |
H A D | vms-crtlmap.map | 31 __assert
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/ |
H A D | vms-crtlmap.map | 31 __assert
|
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/ |
H A D | inclhack.def | 419 extern void __assert (const char*); 421 extern void __assert (); 433 __assert("Assertion failed: " #test ", file " \ 978 * Fix __assert declaration in assert.h on Alpha OSF/1. 983 select = '__assert\(char \*, char \*, int\)'; 985 c_fix_arg = "__assert(const char *, const char *, int)"; 986 test_text = 'extern void __assert(char *, char *, int);'; 1000 ': __assert(#EX, __FILE__, __LINE__))';
|
/netbsd-src/external/gpl3/gcc/dist/fixincludes/ |
H A D | inclhack.def | 419 extern void __assert (const char*); 421 extern void __assert (); 433 __assert("Assertion failed: " #test ", file " \ 1018 * Fix __assert declaration in assert.h on Alpha OSF/1. 1023 select = '__assert\(char \*, char \*, int\)'; 1025 c_fix_arg = "__assert(const char *, const char *, int)"; 1026 test_text = 'extern void __assert(char *, char *, int);'; 1040 ': __assert(#EX, __FILE__, __LINE__))';
|