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 | 406 #define SimpleExtendsException(EXCBASE, EXCNAME, EXCDOC) \ argument 415 (inquiry)BaseException_clear, 0, 0, 0, 0, 0, 0, 0, &_ ## EXCBASE, \ 421 #define MiddlingExtendsException(EXCBASE, EXCNAME, EXCSTORE, EXCDOC) \ argument 430 (inquiry)EXCSTORE ## _clear, 0, 0, 0, 0, 0, 0, 0, &_ ## EXCBASE, \ 436 #define ComplexExtendsException(EXCBASE, EXCNAME, EXCSTORE, EXCNEW, \ argument 448 EXCMEMBERS, EXCGETSET, &_ ## EXCBASE, \
|