Home
last modified time | relevance | path

Searched defs:_excepthandler (Results 1 – 5 of 5) sorted by relevance

/prebuilts/clang/host/linux-x86/clang-r547379/python3/include/python3.11/internal/
Dpycore_ast.h504 struct _excepthandler { struct
505 enum _excepthandler_kind kind; argument
506 union {
513 } v;
514 int lineno;
515 int col_offset;
516 int end_lineno;
517 int end_col_offset;
/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_ast.h504 struct _excepthandler { struct
505 enum _excepthandler_kind kind; argument
506 union {
513 } v;
514 int lineno;
515 int col_offset;
516 int end_lineno;
517 int end_col_offset;
/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_ast.h504 struct _excepthandler { struct
505 enum _excepthandler_kind kind; argument
506 union {
513 } v;
514 int lineno;
515 int col_offset;
516 int end_lineno;
517 int end_col_offset;
/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_ast.h504 struct _excepthandler { struct
505 enum _excepthandler_kind kind; argument
506 union {
513 } v;
514 int lineno;
515 int col_offset;
516 int end_lineno;
517 int end_col_offset;
/prebuilts/build-tools/common/py3-headers/Include/internal/
Dpycore_ast.h524 struct _excepthandler { struct
525 enum _excepthandler_kind kind; argument
526 union {
533 } v;
534 int lineno;
535 int col_offset;
536 int end_lineno;
537 int end_col_offset;