Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c199 int u_firstlineno; /* the first lineno of the block */ member
665 u->u_firstlineno = lineno; in compiler_enter_scope()
6938 c->u->u_name, c->u->u_firstlineno, a->a_lnotab); in makecode()
7112 if (!c->u->u_firstlineno) { in assemble()
7114 c->u->u_firstlineno = entryblock->b_instr->i_lineno; in assemble()
7116 c->u->u_firstlineno = 1; in assemble()
7119 if (!assemble_init(&a, nblocks, c->u->u_firstlineno)) in assemble()
7139 guarantee_lineno_for_exits(&a, c->u->u_firstlineno); in assemble()