Searched refs:jump_to_fail_pop (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Python/ |
D | compile.c | 5692 jump_to_fail_pop(struct compiler *c, pattern_context *pc, int op) in jump_to_fail_pop() function 5947 RETURN_IF_FALSE(jump_to_fail_pop(c, pc, POP_JUMP_IF_FALSE)); in compiler_pattern_class() 5992 RETURN_IF_FALSE(jump_to_fail_pop(c, pc, POP_JUMP_IF_FALSE)); in compiler_pattern_mapping() 6004 RETURN_IF_FALSE(jump_to_fail_pop(c, pc, POP_JUMP_IF_FALSE)); in compiler_pattern_mapping() 6062 RETURN_IF_FALSE(jump_to_fail_pop(c, pc, POP_JUMP_IF_FALSE)); in compiler_pattern_mapping() 6201 if (!compiler_addop(c, POP_TOP) || !jump_to_fail_pop(c, pc, JUMP_FORWARD)) { in compiler_pattern_or() 6276 RETURN_IF_FALSE(jump_to_fail_pop(c, pc, POP_JUMP_IF_FALSE)); in compiler_pattern_sequence() 6282 RETURN_IF_FALSE(jump_to_fail_pop(c, pc, POP_JUMP_IF_FALSE)); in compiler_pattern_sequence() 6289 RETURN_IF_FALSE(jump_to_fail_pop(c, pc, POP_JUMP_IF_FALSE)); in compiler_pattern_sequence() 6317 RETURN_IF_FALSE(jump_to_fail_pop(c, pc, POP_JUMP_IF_FALSE)); in compiler_pattern_value() [all …]
|