Home
last modified time | relevance | path

Searched refs:ste_opt_lineno (Results 1 – 2 of 2) 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()
520 ste->ste_opt_lineno); in check_unoptimized()
1114 if (st->st_cur->ste_unoptimized && !st->st_cur->ste_opt_lineno) in symtable_visit_stmt()
1115 st->st_cur->ste_opt_lineno = s->lineno; in symtable_visit_stmt()
1121 if (st->st_cur->ste_unoptimized && !st->st_cur->ste_opt_lineno) in symtable_visit_stmt()
1122 st->st_cur->ste_opt_lineno = s->lineno; in symtable_visit_stmt()
1126 if (!st->st_cur->ste_opt_lineno) in symtable_visit_stmt()
1127 st->st_cur->ste_opt_lineno = s->lineno; in symtable_visit_stmt()