Home
last modified time | relevance | path

Searched refs:excepthandler_ty (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ast.h36 typedef struct _excepthandler *excepthandler_ty; typedef
86 excepthandler_ty typed_elements[1];
790 excepthandler_ty _PyAST_ExceptHandler(expr_ty type, identifier name,
/third_party/python/Python/
Dast_opt.c412 static int astfold_excepthandler(excepthandler_ty node_, PyArena *ctx_, _PyASTOptimizeState *state);
774 astfold_excepthandler(excepthandler_ty node_, PyArena *ctx_, _PyASTOptimizeState *state) in astfold_excepthandler()
Dsymtable.c217 static int symtable_visit_excepthandler(struct symtable *st, excepthandler_ty);
1914 symtable_visit_excepthandler(struct symtable *st, excepthandler_ty eh) in symtable_visit_excepthandler()
Dast.c809 excepthandler_ty handler = asdl_seq_GET(stmt->v.Try.handlers, i); in validate_stmt()
DPython-ast.c364 GENERATE_ASDL_SEQ_CONSTRUCTOR(excepthandler, excepthandler_ty)
1864 excepthandler_ty* out, PyArena* arena);
3247 excepthandler_ty
3252 excepthandler_ty p; in _PyAST_ExceptHandler()
3253 p = (excepthandler_ty)_PyArena_Malloc(arena, sizeof(*p)); in _PyAST_ExceptHandler()
4816 excepthandler_ty o = (excepthandler_ty)_o; in ast2obj_excepthandler()
7380 excepthandler_ty val; in obj2ast_stmt()
10012 obj2ast_excepthandler(struct ast_state *state, PyObject* obj, excepthandler_ty* in obj2ast_excepthandler()
Dcompile.c1706 excepthandler_ty handler = (excepthandler_ty)asdl_seq_GET( in find_ann()
3186 excepthandler_ty handler = (excepthandler_ty)asdl_seq_GET( in compiler_try_except()
/third_party/python/Grammar/
Dpython.gram213 except_block[excepthandler_ty]:
/third_party/python/Parser/
Dparser.c540 static excepthandler_ty except_block_rule(Parser *p);
5087 static excepthandler_ty
5098 excepthandler_ty _res = NULL; in except_block_rule()
24807 excepthandler_ty except_block_var; in _loop1_48_rule()