Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c263 static int compiler_addop(struct compiler *, int);
1258 compiler_addop(struct compiler *c, int opcode) in compiler_addop() function
1538 if (!compiler_addop((C), (OP))) \
1548 if (!compiler_addop((C), (OP))) { \
5714 if (!compiler_addop(c, POP_TOP)) { in emit_and_reset_fail_pop()
6127 if (!compiler_addop(c, DUP_TOP) || !compiler_pattern(c, alt, pc)) { in compiler_pattern_or()
6201 if (!compiler_addop(c, POP_TOP) || !jump_to_fail_pop(c, pc, JUMP_FORWARD)) { in compiler_pattern_or()