Searched refs:PyCompile_OpcodeStackEffectWithJump (Results 1 – 4 of 4) sorted by relevance
52 PyAPI_FUNC(int) PyCompile_OpcodeStackEffectWithJump(int opcode, int oparg, int jump);
62 effect = PyCompile_OpcodeStackEffectWithJump(opcode, oparg_int, jump_int); in _opcode_stack_effect_impl()
1222 PyCompile_OpcodeStackEffectWithJump(int opcode, int oparg, int jump) in PyCompile_OpcodeStackEffectWithJump() function
8917 Added :c:func:`PyCompile_OpcodeStackEffectWithJump`.