Lines Matching defs:pushed
2356 Return 0 on error, -1 if no dict pushed, 1 if a dict is pushed.
2473 Return 0 on error, -1 if no annotations pushed, 1 if a annotations is pushed.
3343 exceptions are pushed onto the value stack (and the exception
4379 starunpack_helper(struct compiler *c, asdl_expr_seq *elts, int pushed,
4394 if (tuple && !pushed) {
4403 ADDOP_I(c, build, pushed);
4413 int big = n+pushed > STACK_USE_GUIDELINE;
4427 ADDOP_I(c, BUILD_TUPLE, n+pushed);
4429 ADDOP_I(c, build, n+pushed);
4435 ADDOP_I(c, build, pushed);
4442 ADDOP_I(c, build, i+pushed);
5101 int n, /* Args already pushed */
5158 /* Has a new dict been pushed */