Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_opcode.c.h15 _opcode_stack_effect_impl(PyObject *module, int opcode, PyObject *oparg);
29 _return_value = _opcode_stack_effect_impl(module, opcode, oparg); in _opcode_stack_effect()
/external/python/cpython3/Modules/
D_opcode.c23 _opcode_stack_effect_impl(PyObject *module, int opcode, PyObject *oparg) in _opcode_stack_effect_impl() function