Searched defs:assert (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/include/
H A Dassert.h36 * There's no include guard in this file because <assert.h> may usefully be
42 #undef assert macro
48 # define assert(e) __assert_no_op macro
51 # define assert(e) ((e) ? __assert_no_op : __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, #e)) macro
53 # define assert(e) ((e) ? __assert_no_op : __assert(__FILE__, __LINE__, #e)) macro
/bionic/tools/versioner/current/
H A Dassert.h36 * There's no include guard in this file because <assert.h> may usefully be
42 #undef assert macro
48 # define assert(e) __assert_no_op macro
51 # define assert(e) ((e) ? __assert_no_op : __assert2(__FILE__, __LINE__, __PRETTY_FUNCTION__, #e)) macro
53 # define assert(e) ((e) ? __assert_no_op : __assert(__FILE__, __LINE__, #e)) macro

Completed in 1112 milliseconds