Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c143 int u_col_offset; /* the offset of the current stmt */ member
615 u->u_col_offset = 0; in compiler_enter_scope()
858 (c)->u->u_col_offset = (x)->col_offset;
4130 c->u->u_col_offset = other->col_offset; in validate_keywords()
5125 int old_col_offset = c->u->u_col_offset; in compiler_visit_expr()
5129 c->u->u_col_offset = old_col_offset; in compiler_visit_expr()
5140 int old_col_offset = c->u->u_col_offset; in compiler_augassign()
5167 c->u->u_col_offset = old_col_offset; in compiler_augassign()
5319 c->u->u_col_offset + 1, loc); in compiler_error()