Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c134 int u_col_offset; /* the offset of the current stmt */ member
605 u->u_col_offset = 0; in compiler_enter_scope()
2657 c->u->u_col_offset = handler->col_offset; in compiler_try_except()
2976 c->u->u_col_offset = s->col_offset; in compiler_visit_stmt()
4400 c->u->u_col_offset = e->col_offset; in compiler_visit_expr()
4810 c->u->u_col_offset, loc); in compiler_error()