Home
last modified time | relevance | path

Searched refs:EXCSTORE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dexceptions.c434 #define MiddlingExtendsException(EXCBASE, EXCNAME, EXCSTORE, EXCDOC) \ argument
438 sizeof(Py ## EXCSTORE ## Object), \
439 0, (destructor)EXCSTORE ## _dealloc, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
442 PyDoc_STR(EXCDOC), (traverseproc)EXCSTORE ## _traverse, \
443 (inquiry)EXCSTORE ## _clear, 0, 0, 0, 0, 0, 0, 0, &_ ## EXCBASE, \
444 0, 0, 0, offsetof(Py ## EXCSTORE ## Object, dict), \
445 (initproc)EXCSTORE ## _init, 0, BaseException_new,\
449 #define ComplexExtendsException(EXCBASE, EXCNAME, EXCSTORE, EXCDEALLOC, EXCMETHODS, EXCMEMBERS, EXC… argument
453 sizeof(Py ## EXCSTORE ## Object), 0, \
454 (destructor)EXCSTORE ## _dealloc, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
[all …]
/external/python/cpython3/Objects/
Dexceptions.c421 #define MiddlingExtendsException(EXCBASE, EXCNAME, EXCSTORE, EXCDOC) \ argument
425 sizeof(Py ## EXCSTORE ## Object), \
426 0, (destructor)EXCSTORE ## _dealloc, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
429 PyDoc_STR(EXCDOC), (traverseproc)EXCSTORE ## _traverse, \
430 (inquiry)EXCSTORE ## _clear, 0, 0, 0, 0, 0, 0, 0, &_ ## EXCBASE, \
431 0, 0, 0, offsetof(Py ## EXCSTORE ## Object, dict), \
432 (initproc)EXCSTORE ## _init, 0, 0, \
436 #define ComplexExtendsException(EXCBASE, EXCNAME, EXCSTORE, EXCNEW, \ argument
442 sizeof(Py ## EXCSTORE ## Object), 0, \
443 (destructor)EXCSTORE ## _dealloc, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
[all …]