Searched refs:EXCBASE (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Objects/ |
D | exceptions.c | 419 #define SimpleExtendsException(EXCBASE, EXCNAME, EXCDOC) \ argument 428 (inquiry)BaseException_clear, 0, 0, 0, 0, 0, 0, 0, &_ ## EXCBASE, \ 434 #define MiddlingExtendsException(EXCBASE, EXCNAME, EXCSTORE, EXCDOC) \ argument 443 (inquiry)EXCSTORE ## _clear, 0, 0, 0, 0, 0, 0, 0, &_ ## EXCBASE, \ 449 #define ComplexExtendsException(EXCBASE, EXCNAME, EXCSTORE, EXCDEALLOC, EXCMETHODS, EXCMEMBERS, EXC… argument 459 EXCMEMBERS, 0, &_ ## EXCBASE, \
|
/external/python/cpython3/Objects/ |
D | exceptions.c | 427 #define SimpleExtendsException(EXCBASE, EXCNAME, EXCDOC) \ argument 436 (inquiry)BaseException_clear, 0, 0, 0, 0, 0, 0, 0, &_ ## EXCBASE, \ 442 #define MiddlingExtendsException(EXCBASE, EXCNAME, EXCSTORE, EXCDOC) \ argument 451 (inquiry)EXCSTORE ## _clear, 0, 0, 0, 0, 0, 0, 0, &_ ## EXCBASE, \ 457 #define ComplexExtendsException(EXCBASE, EXCNAME, EXCSTORE, EXCNEW, \ argument 469 EXCMEMBERS, EXCGETSET, &_ ## EXCBASE, \
|