Lines Matching defs:UNUSED
42 #define UNUSED __attribute__((unused)) macro
128 void *__cxa_allocate_exception (size_t s UNUSED) { return NULL; } in __cxa_allocate_exception()
129 void __cxa_throw (void * a UNUSED, void * b UNUSED, void * c UNUSED) in __cxa_throw()
131 void *__cxa_begin_catch (void * a UNUSED) { return NULL; } in __cxa_begin_catch()
133 void __cxa_tm_cleanup (void * a UNUSED, void * b UNUSED, unsigned int c UNUSED) in __cxa_tm_cleanup()
136 void *_ZnwX (size_t s UNUSED) { return NULL; } in _ZnwX()
137 void _ZdlPv (void * a UNUSED) { return; } in _ZdlPv()
138 void *_ZnaX (size_t s UNUSED) { return NULL; } in _ZnaX()
139 void _ZdaPv (void * a UNUSED) { return; } in _ZdaPv()
141 void *_ZnwXRKSt9nothrow_t (size_t s UNUSED, c_nothrow_p b UNUSED) in _ZnwXRKSt9nothrow_t()
143 void _ZdlPvRKSt9nothrow_t (void * a UNUSED, c_nothrow_p b UNUSED) { return; } in _ZdlPvRKSt9nothrow_t()
144 void *_ZnaXRKSt9nothrow_t (size_t s UNUSED, c_nothrow_p b UNUSED) in _ZnaXRKSt9nothrow_t()
146 void _ZdaPvRKSt9nothrow_t (void * a UNUSED, c_nothrow_p b UNUSED) { return; } in _ZdaPvRKSt9nothrow_t()