Searched refs:tback (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/ |
D | exceptions.py | 67 t, value, tback = sys.exc_info() 73 traceback = tback
|
D | _ast_util.py | 622 if node.tback is not None: 624 self.visit(node.tback)
|
/external/python/cpython2/Parser/ |
D | Python.asdl | 31 | Raise(expr? type, expr? inst, expr? tback)
|
/external/python/cpython2/Demo/parser/ |
D | unparse.py | 180 if t.tback: 182 self.dispatch(t.tback)
|
/external/python/cpython2/Include/ |
D | Python-ast.h | 139 expr_ty tback; member 418 stmt_ty _Py_Raise(expr_ty type, expr_ty inst, expr_ty tback, int lineno, int
|
/external/python/cpython2/Python/ |
D | ast.c | 82 PyObject *type, *value, *tback, *errstr, *loc, *tmp; in ast_error_finish() local 89 PyErr_Fetch(&type, &value, &tback); in ast_error_finish() 117 PyErr_Restore(type, value, tback); in ast_error_finish() 1381 PyObject *type, *value, *tback, *errstr; in ast_for_atom() local 1382 PyErr_Fetch(&type, &value, &tback); in ast_for_atom() 1396 Py_XDECREF(tback); in ast_for_atom()
|
D | symtable.c | 1091 if (s->v.Raise.tback) in symtable_visit_stmt() 1092 VISIT(st, expr, s->v.Raise.tback); in symtable_visit_stmt()
|
D | Python-ast.c | 1284 Raise(expr_ty type, expr_ty inst, expr_ty tback, int lineno, int col_offset, in Raise() argument 1294 p->v.Raise.tback = tback; in Raise() 2416 value = ast2obj_expr(o->v.Raise.tback); in ast2obj_stmt() 4295 expr_ty tback; in obj2ast_stmt() local 4323 res = obj2ast_expr(tmp, &tback, arena); in obj2ast_stmt() 4328 tback = NULL; in obj2ast_stmt() 4330 *out = Raise(type, inst, tback, lineno, col_offset, arena); in obj2ast_stmt()
|
D | compile.c | 2127 if (s->v.Raise.tback) { in compiler_visit_stmt() 2128 VISIT(c, expr, s->v.Raise.tback); in compiler_visit_stmt()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStrUtilImpl.inl | 2746 s << "\tback = " << value.back << '\n';
|