Searched refs:PyCompile_OpcodeStackEffect (Results 1 – 3 of 3) sorted by relevance
43 effect = PyCompile_OpcodeStackEffect(opcode, oparg_int); in _opcode_stack_effect_impl()
77 PyAPI_FUNC(int) PyCompile_OpcodeStackEffect(int opcode, int oparg);
1126 PyCompile_OpcodeStackEffect(int opcode, int oparg) in PyCompile_OpcodeStackEffect() function