Searched refs:excepthandler_ty (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Include/internal/ |
D | pycore_ast.h | 36 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/ |
D | ast_opt.c | 412 static int astfold_excepthandler(excepthandler_ty node_, PyArena *ctx_, _PyASTOptimizeState *state); 774 astfold_excepthandler(excepthandler_ty node_, PyArena *ctx_, _PyASTOptimizeState *state) in astfold_excepthandler()
|
D | symtable.c | 217 static int symtable_visit_excepthandler(struct symtable *st, excepthandler_ty); 1914 symtable_visit_excepthandler(struct symtable *st, excepthandler_ty eh) in symtable_visit_excepthandler()
|
D | ast.c | 809 excepthandler_ty handler = asdl_seq_GET(stmt->v.Try.handlers, i); in validate_stmt()
|
D | Python-ast.c | 364 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()
|
D | compile.c | 1706 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/ |
D | python.gram | 213 except_block[excepthandler_ty]:
|
/third_party/python/Parser/ |
D | parser.c | 540 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()
|