Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dsymtable.h44 int ste_opt_lineno; /* lineno of last exec or import * */ member
/external/python/cpython2/Python/
Dsymtable.c63 ste->ste_opt_lineno = 0; in ste_new()
522 ste->ste_opt_lineno); in check_unoptimized()
1120 if (st->st_cur->ste_unoptimized && !st->st_cur->ste_opt_lineno) in symtable_visit_stmt()
1121 st->st_cur->ste_opt_lineno = s->lineno; in symtable_visit_stmt()
1127 if (st->st_cur->ste_unoptimized && !st->st_cur->ste_opt_lineno) in symtable_visit_stmt()
1128 st->st_cur->ste_opt_lineno = s->lineno; in symtable_visit_stmt()
1132 if (!st->st_cur->ste_opt_lineno) in symtable_visit_stmt()
1133 st->st_cur->ste_opt_lineno = s->lineno; in symtable_visit_stmt()
/external/python/cpython3/Include/
Dsymtable.h61 int ste_opt_lineno; /* lineno of last exec or import * */ member
/external/python/cpython3/Python/
Dsymtable.c70 ste->ste_opt_lineno = 0; in ste_new()