Home
last modified time | relevance | path

Searched refs:__assert (Results 1 – 25 of 153) sorted by relevance

1234567

/openbsd-src/sys/lib/libkern/
H A Dlibkern.h109 __assert("", __FILE__, __LINE__, #e))
122 __assert("diagnostic ", __FILE__, __LINE__, #e))
133 __assert("debugging ", __FILE__, __LINE__, #e))
140 void __assert(const char *, const char *, int, const char *)
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/
H A Dassert.h23 extern void __assert(const char *, const char *, int);
28 #define assert(EX) ((EX) ? (void)0 : __assert(#EX, __FILE__, __LINE__))
/openbsd-src/gnu/gcc/fixincludes/tests/base/
H A Dassert.h23 extern void __assert(const char *, const char *, int);
28 #define assert(EX) ((EX) ? (void)0 : __assert(#EX, __FILE__, __LINE__))
/openbsd-src/include/
H A Dassert.h58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e))
70 __dead void __assert(const char *, int, const char *);
/openbsd-src/lib/libc/hidden/
H A Dassert.h24 PROTO_STD_DEPRECATED(__assert);
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dinline12.C9 void __assert (const char *, int, const char *);
126 ((!my2 || myBop == shFailed) ? (void)0 : __assert("foo", 91,"foo")); in bop()
196 ((myBop) ? (void)0 : __assert("foo", 96,"foo")); in bop()
/openbsd-src/lib/libc/gen/
H A Dassert.c37 __assert(const char *file, int line, const char *failedexpr) in __assert() function
/openbsd-src/gnu/llvm/libcxx/include/
H A Dccomplex20 #include <__assert> // all public C++ headers provide the assertion handler
H A Dciso64618 #include <__assert> // all public C++ headers provide the assertion handler
H A Dcstdbool22 #include <__assert> // all public C++ headers provide the assertion handler
H A Dctgmath21 #include <__assert> // all public C++ headers provide the assertion handler
H A Dexecution13 #include <__assert> // all public C++ headers provide the assertion handler
H A Dcassert19 #include <__assert> // all public C++ headers provide the assertion handler
H A Dcstdarg34 #include <__assert> // all public C++ headers provide the assertion handler
H A Dcerrno25 #include <__assert> // all public C++ headers provide the assertion handler
H A Dcsignal42 #include <__assert> // all public C++ headers provide the assertion handler
H A Dcsetjmp33 #include <__assert> // all public C++ headers provide the assertion handler
H A Dclimits40 #include <__assert> // all public C++ headers provide the assertion handler
H A Diostream36 #include <__assert> // all public C++ headers provide the assertion handler
/openbsd-src/gnu/llvm/libcxx/include/experimental/
H A Dutility33 #include <__assert> // all public C++ headers provide the assertion handler
H A Ddeque32 #include <__assert> // all public C++ headers provide the assertion handler
H A Dvector32 #include <__assert> // all public C++ headers provide the assertion handler
H A Dforward_list32 #include <__assert> // all public C++ headers provide the assertion handler
H A Dlist32 #include <__assert> // all public C++ headers provide the assertion handler
H A Dalgorithm34 #include <__assert> // all public C++ headers provide the assertion handler

1234567