Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_opcode.c43 effect = PyCompile_OpcodeStackEffect(opcode, oparg_int); in _opcode_stack_effect_impl()
/external/python/cpython3/Include/
Dcompile.h77 PyAPI_FUNC(int) PyCompile_OpcodeStackEffect(int opcode, int oparg);
/external/python/cpython3/Python/
Dcompile.c1126 PyCompile_OpcodeStackEffect(int opcode, int oparg) in PyCompile_OpcodeStackEffect() function