Home
last modified time | relevance | path

Searched defs:_start_col_offset (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/python/cpython3/Parser/
Dparser.c1414 int _start_col_offset = p->tokens[_mark]->col_offset; in statement_newline_rule() local
1643 int _start_col_offset = p->tokens[_mark]->col_offset; in simple_stmt_rule() local
2191 int _start_col_offset = p->tokens[_mark]->col_offset; in assignment_rule() local
2813 int _start_col_offset = p->tokens[_mark]->col_offset; in return_stmt_rule() local
2878 int _start_col_offset = p->tokens[_mark]->col_offset; in raise_stmt_rule() local
2979 int _start_col_offset = p->tokens[_mark]->col_offset; in global_stmt_rule() local
3044 int _start_col_offset = p->tokens[_mark]->col_offset; in nonlocal_stmt_rule() local
3109 int _start_col_offset = p->tokens[_mark]->col_offset; in del_stmt_rule() local
3195 int _start_col_offset = p->tokens[_mark]->col_offset; in yield_stmt_rule() local
3257 int _start_col_offset = p->tokens[_mark]->col_offset; in assert_stmt_rule() local
[all …]