Lines Matching refs:current

17  * CAUTION: The VISIT_* macros abort the current function when they
267 /* fblockinfo tracks the current frame block.
324 basicblock *u_curblock; /* pointer to current block */
330 int u_lineno; /* the lineno for the current stmt */
331 int u_col_offset; /* the offset of the current stmt */
332 int u_end_lineno; /* the end line of the current stmt */
333 int u_end_col_offset; /* the end offset of the current stmt */
341 The u pointer points to the current compilation unit, while units
362 struct compiler_unit *u; /* compiler state for current block */
384 // The current length of fail_pop.
860 /* Returns the offset of the next instruction in the current block's
2148 /* Set current line number to the line number of first statement.
3336 Pushes the current value stack level and the label
4822 // If an attribute access spans multiple lines, update the current start
5206 iteration variables don't leak into the current scope.
6293 // updated to reflect the current number of items that we are using on the top
6816 // this; the current solution is potentially very
7133 int a_lineno_start; /* bytecode start offset of current lineno */
7134 int a_end_lineno_start; /* bytecode start offset of current end_lineno */
8606 // Find the length of the current sequence of SWAPs and NOPs, and record the
8654 int current = len - 1;
8671 assert(0 <= current);
8673 instructions[current].i_opcode = SWAP;
8674 instructions[current--].i_oparg = j + 1;
8687 while (0 <= current) {
8688 instructions[current--].i_opcode = NOP;