Home
last modified time | relevance | path

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

1234567

/openbsd/src/sys/lib/libkern/
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/
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/
Dassert.h23 extern void __assert(const char *, const char *, int);
28 #define assert(EX) ((EX) ? (void)0 : __assert(#EX, __FILE__, __LINE__))
/openbsd/src/include/
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/
Dassert.h24 PROTO_STD_DEPRECATED(__assert);
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
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/
Dassert.c37 __assert(const char *file, int line, const char *failedexpr) in __assert() function
/openbsd/src/gnu/llvm/libcxx/include/
Dciso64618 #include <__assert> // all public C++ headers provide the assertion handler
Dccomplex20 #include <__assert> // all public C++ headers provide the assertion handler
Dctgmath21 #include <__assert> // all public C++ headers provide the assertion handler
Dcstdbool22 #include <__assert> // all public C++ headers provide the assertion handler
Dexecution13 #include <__assert> // all public C++ headers provide the assertion handler
Dcassert19 #include <__assert> // all public C++ headers provide the assertion handler
Dcerrno25 #include <__assert> // all public C++ headers provide the assertion handler
Dcstdarg34 #include <__assert> // all public C++ headers provide the assertion handler
Dcsignal42 #include <__assert> // all public C++ headers provide the assertion handler
Dclimits40 #include <__assert> // all public C++ headers provide the assertion handler
Dcsetjmp33 #include <__assert> // all public C++ headers provide the assertion handler
Diostream36 #include <__assert> // all public C++ headers provide the assertion handler
/openbsd/src/gnu/llvm/libcxx/include/experimental/
Dutility33 #include <__assert> // all public C++ headers provide the assertion handler
Dvector32 #include <__assert> // all public C++ headers provide the assertion handler
Dlist32 #include <__assert> // all public C++ headers provide the assertion handler
Ddeque32 #include <__assert> // all public C++ headers provide the assertion handler
Dforward_list32 #include <__assert> // all public C++ headers provide the assertion handler
Dalgorithm34 #include <__assert> // all public C++ headers provide the assertion handler

1234567