Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c122 int u_firstlineno; /* the first lineno of the block */ member
500 u->u_firstlineno = lineno; in compiler_enter_scope()
3859 c->u->u_firstlineno, in makecode()
3935 if (!c->u->u_firstlineno) { in assemble()
3937 c->u->u_firstlineno = entryblock->b_instr->i_lineno; in assemble()
3939 c->u->u_firstlineno = 1; in assemble()
3941 if (!assemble_init(&a, nblocks, c->u->u_firstlineno)) in assemble()
/external/python/cpython3/Python/
Dcompile.c132 int u_firstlineno; /* the first lineno of the block */ member
603 u->u_firstlineno = lineno; in compiler_enter_scope()
5431 c->u->u_firstlineno, in makecode()
5506 if (!c->u->u_firstlineno) { in assemble()
5508 c->u->u_firstlineno = entryblock->b_instr->i_lineno; in assemble()
5510 c->u->u_firstlineno = 1; in assemble()
5512 if (!assemble_init(&a, nblocks, c->u->u_firstlineno)) in assemble()