Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython-ast.h29 typedef struct _excepthandler *excepthandler_ty; typedef
523 excepthandler_ty _Py_ExceptHandler(expr_ty type, expr_ty name, asdl_seq * body,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h29 typedef struct _excepthandler *excepthandler_ty; typedef
523 excepthandler_ty _Py_ExceptHandler(expr_ty type, expr_ty name, asdl_seq * body,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dsymtable.c173 static int symtable_visit_excepthandler(struct symtable *st, excepthandler_ty);
1384 symtable_visit_excepthandler(struct symtable *st, excepthandler_ty eh) in symtable_visit_excepthandler()
DPython-ast.c964 static int obj2ast_excepthandler(PyObject* obj, excepthandler_ty* out, PyArena*
2044 excepthandler_ty
2048 excepthandler_ty p; in ExceptHandler()
2049 p = (excepthandler_ty)PyArena_Malloc(arena, sizeof(*p)); in ExceptHandler()
3159 excepthandler_ty o = (excepthandler_ty)_o; in ast2obj_excepthandler()
4293 excepthandler_ty value; in obj2ast_stmt()
6292 obj2ast_excepthandler(PyObject* obj, excepthandler_ty* out, PyArena* arena) in obj2ast_excepthandler()
Dast.c2990 static excepthandler_ty
3097 excepthandler_ty e = ast_for_except_clause(c, CHILD(n, 3 + i * 3), in ast_for_try_stmt()
Dcompile.c1857 excepthandler_ty handler = (excepthandler_ty)asdl_seq_GET( in compiler_try_except()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dsymtable.c175 static int symtable_visit_excepthandler(struct symtable *st, excepthandler_ty);
1386 symtable_visit_excepthandler(struct symtable *st, excepthandler_ty eh) in symtable_visit_excepthandler()
DPython-ast.c981 static int obj2ast_excepthandler(PyObject* obj, excepthandler_ty* out, PyArena*
2061 excepthandler_ty
2065 excepthandler_ty p; in ExceptHandler()
2066 p = (excepthandler_ty)PyArena_Malloc(arena, sizeof(*p)); in ExceptHandler()
3176 excepthandler_ty o = (excepthandler_ty)_o; in ast2obj_excepthandler()
4310 excepthandler_ty value; in obj2ast_stmt()
6309 obj2ast_excepthandler(PyObject* obj, excepthandler_ty* out, PyArena* arena) in obj2ast_excepthandler()
Dast.c3007 static excepthandler_ty
3114 excepthandler_ty e = ast_for_except_clause(c, CHILD(n, 3 + i * 3), in ast_for_try_stmt()
Dcompile.c1879 excepthandler_ty handler = (excepthandler_ty)asdl_seq_GET( in compiler_try_except()