Searched refs:ste_lineno (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Include/ |
D | symtable.h | 43 int ste_lineno; /* first line of block */ member
|
/external/python/cpython3/Include/internal/ |
D | pycore_symtable.h | 69 int ste_lineno; /* first line of block */ member
|
/external/python/cpython2/Python/ |
D | symtable.c | 65 ste->ste_lineno = lineno; in ste_new() 92 PyInt_AS_LONG(ste->ste_id), ste->ste_lineno); in ste_repr() 119 {"lineno", T_INT, OFF(ste_lineno), READONLY}, 385 ste->ste_lineno); in analyze_name() 804 lineno = st->st_cur->ste_lineno; in symtable_warn() 902 st->st_cur->ste_lineno); in symtable_add_def() 1340 st->st_cur->ste_lineno); in symtable_visit_params()
|
/external/python/cpython3/Python/ |
D | symtable.c | 56 (x)->ste_lineno, (x)->ste_col_offset, (x)->ste_end_lineno, (x)->ste_end_col_offset 93 ste->ste_lineno = lineno; in ste_new() 133 PyLong_AS_LONG(ste->ste_id), ste->ste_lineno); in ste_repr() 159 {"lineno", T_INT, OFF(ste_lineno), READONLY},
|
/external/python/cpython3/Doc/data/ |
D | python3.10.abi | 18147 …<var-decl name='ste_lineno' type-id='type-id-9' visibility='default' filepath='./Include/internal/…
|