Searched defs:_excepthandler (Results 1 – 6 of 6) sorted by relevance
504 struct _excepthandler { struct505 enum _excepthandler_kind kind; argument506 union {513 } v;514 int lineno;515 int col_offset;516 int end_lineno;517 int end_col_offset;
343 struct _excepthandler { struct344 enum _excepthandler_kind kind; argument345 union {352 } v;353 int lineno;354 int col_offset;