Searched defs:UNUSED (Results 1 – 6 of 6) sorted by relevance
52 #define UNUSED(x) UNUSED_ ## x __attribute__((__unused__)) macro
55 #define UNUSED(x) UNUSED_ ## x __attribute__((__unused__)) macro
52 #define UNUSED(x) ((void)(sizeof(x))) macro
18 #define UNUSED __attribute__((__unused__)) macro20 #define UNUSED macro763 py_scanstring(PyObject* self UNUSED, PyObject *args) in py_scanstring()799 py_encode_basestring_ascii(PyObject* self UNUSED, PyObject *pystr) in py_encode_basestring_ascii()
18 #define UNUSED __attribute__((__unused__)) macro20 #define UNUSED macro786 py_scanstring(PyObject* self UNUSED, PyObject *args) in py_scanstring()822 py_encode_basestring_ascii(PyObject* self UNUSED, PyObject *pystr) in py_encode_basestring_ascii()
89 #define UNUSED(x) ((void)(x)) /* to avoid warnings */ macro