• Home
  • Raw
  • Download

Lines Matching defs:UNUSED

60   #define UNUSED __attribute__((unused))  macro
62 #define UNUSED macro
282 dec_traphandler(mpd_context_t *ctx UNUSED) /* GCOV_NOT_REACHED */ in dec_traphandler()
542 signaldict_init(PyObject *self, PyObject *args UNUSED, PyObject *kwds UNUSED) in signaldict_init()
549 signaldict_len(PyObject *self UNUSED) in signaldict_len()
556 signaldict_iter(PyObject *self UNUSED) in signaldict_iter()
660 signaldict_copy(PyObject *self, PyObject *args UNUSED) in signaldict_copy()
759 context_getcapitals(PyObject *self, void *closure UNUSED) in context_getcapitals()
766 context_getallcr(PyObject *self, void *closure UNUSED) in context_getallcr()
773 context_getetiny(PyObject *self, PyObject *dummy UNUSED) in context_getetiny()
779 context_getetop(PyObject *self, PyObject *dummy UNUSED) in context_getetop()
785 context_setprec(PyObject *self, PyObject *value, void *closure UNUSED) in context_setprec()
805 context_setemin(PyObject *self, PyObject *value, void *closure UNUSED) in context_setemin()
825 context_setemax(PyObject *self, PyObject *value, void *closure UNUSED) in context_setemax()
907 context_setround(PyObject *self, PyObject *value, void *closure UNUSED) in context_setround()
926 context_setcapitals(PyObject *self, PyObject *value, void *closure UNUSED) in context_setcapitals()
946 context_settraps(PyObject *self, PyObject *value, void *closure UNUSED) in context_settraps()
1010 context_setstatus(PyObject *self, PyObject *value, void *closure UNUSED) in context_setstatus()
1073 context_setclamp(PyObject *self, PyObject *value, void *closure UNUSED) in context_setclamp()
1094 context_setallcr(PyObject *self, PyObject *value, void *closure UNUSED) in context_setallcr()
1157 context_clear_traps(PyObject *self, PyObject *dummy UNUSED) in context_clear_traps()
1164 context_clear_flags(PyObject *self, PyObject *dummy UNUSED) in context_clear_flags()
1180 context_new(PyTypeObject *type, PyObject *args UNUSED, PyObject *kwds UNUSED) in context_new()
1379 ieee_context(PyObject *dummy UNUSED, PyObject *v) in ieee_context()
1414 context_copy(PyObject *self, PyObject *args UNUSED) in context_copy()
1431 context_reduce(PyObject *self, PyObject *args UNUSED) in context_reduce()
1584 PyDec_GetCurrentContext(PyObject *self UNUSED, PyObject *args UNUSED) in PyDec_GetCurrentContext()
1599 PyDec_SetCurrentContext(PyObject *self UNUSED, PyObject *v) in PyDec_SetCurrentContext()
1681 PyDec_GetCurrentContext(PyObject *self UNUSED, PyObject *args UNUSED) in PyDec_GetCurrentContext()
1688 PyDec_SetCurrentContext(PyObject *self UNUSED, PyObject *v) in PyDec_SetCurrentContext()
1722 ctxmanager_new(PyTypeObject *type UNUSED, PyObject *args, PyObject *kwds) in ctxmanager_new()
1769 ctxmanager_set_local(PyDecContextManagerObject *self, PyObject *args UNUSED) in ctxmanager_set_local()
1785 PyObject *args UNUSED) in ctxmanager_restore_global()
3424 dec_as_integer_ratio(PyObject *self, PyObject *args UNUSED) in dec_as_integer_ratio()
3686 PyDec_AsTuple(PyObject *dec, PyObject *dummy UNUSED) in PyDec_AsTuple()
4173 dec_canonical(PyObject *self, PyObject *dummy UNUSED) in dec_canonical()
4180 dec_conjugate(PyObject *self, PyObject *dummy UNUSED) in dec_conjugate()
4187 dec_mpd_radix(PyObject *self UNUSED, PyObject *dummy UNUSED) in dec_mpd_radix()
4201 dec_mpd_qcopy_abs(PyObject *self, PyObject *dummy UNUSED) in dec_mpd_qcopy_abs()
4221 dec_mpd_qcopy_negate(PyObject *self, PyObject *dummy UNUSED) in dec_mpd_qcopy_negate()
4467 dec_ceil(PyObject *self, PyObject *dummy UNUSED) in dec_ceil()
4477 dec_complex(PyObject *self, PyObject *dummy UNUSED) in dec_complex()
4498 dec_copy(PyObject *self, PyObject *dummy UNUSED) in dec_copy()
4506 dec_floor(PyObject *self, PyObject *dummy UNUSED) in dec_floor()
4642 dec_reduce(PyObject *self, PyObject *dummy UNUSED) in dec_reduce()
4659 dec_sizeof(PyObject *v, PyObject *dummy UNUSED) in dec_sizeof()
4672 dec_trunc(PyObject *self, PyObject *dummy UNUSED) in dec_trunc()
4682 dec_real(PyObject *self, void *closure UNUSED) in dec_real()
4689 dec_imag(PyObject *self UNUSED, void *closure UNUSED) in dec_imag()
5222 ctx_canonical(PyObject *context UNUSED, PyObject *v) in ctx_canonical()