Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dexceptions.c436 #define MiddlingExtendsException(EXCBASE, EXCNAME, EXCSTORE, EXCDOC) \ argument
441 sizeof(Py ## EXCSTORE ## Object), \
442 0, (destructor)EXCSTORE ## _dealloc, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
445 PyDoc_STR(EXCDOC), (traverseproc)EXCSTORE ## _traverse, \
446 (inquiry)EXCSTORE ## _clear, 0, 0, 0, 0, 0, 0, 0, &_ ## EXCBASE, \
447 0, 0, 0, offsetof(Py ## EXCSTORE ## Object, dict), \
448 (initproc)EXCSTORE ## _init, 0, BaseException_new,\
452 #define ComplexExtendsException(EXCBASE, EXCNAME, EXCSTORE, EXCDEALLOC, EXCMETHODS, EXCMEMBERS, EXC… argument
457 sizeof(Py ## EXCSTORE ## Object), 0, \
458 (destructor)EXCSTORE ## _dealloc, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
[all …]
/external/python/cpython3/Objects/
Dexceptions.c419 #define MiddlingExtendsException(EXCBASE, EXCNAME, EXCSTORE, EXCDOC) \ argument
423 sizeof(Py ## EXCSTORE ## Object), \
424 0, (destructor)EXCSTORE ## _dealloc, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
427 PyDoc_STR(EXCDOC), (traverseproc)EXCSTORE ## _traverse, \
428 (inquiry)EXCSTORE ## _clear, 0, 0, 0, 0, 0, 0, 0, &_ ## EXCBASE, \
429 0, 0, 0, offsetof(Py ## EXCSTORE ## Object, dict), \
430 (initproc)EXCSTORE ## _init, 0, 0, \
434 #define ComplexExtendsException(EXCBASE, EXCNAME, EXCSTORE, EXCNEW, \ argument
440 sizeof(Py ## EXCSTORE ## Object), 0, \
441 (destructor)EXCSTORE ## _dealloc, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
[all …]