Home
last modified time | relevance | path

Searched refs:_PyCompile_OpcodeIsValid (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/
D_opcode.c83 return _PyCompile_OpcodeIsValid(opcode); in _opcode_is_valid_impl()
99 return _PyCompile_OpcodeIsValid(opcode) && in _opcode_has_arg_impl()
116 return _PyCompile_OpcodeIsValid(opcode) && in _opcode_has_const_impl()
133 return _PyCompile_OpcodeIsValid(opcode) && in _opcode_has_name_impl()
150 return _PyCompile_OpcodeIsValid(opcode) && in _opcode_has_jump_impl()
173 return _PyCompile_OpcodeIsValid(opcode) && in _opcode_has_free_impl()
191 return _PyCompile_OpcodeIsValid(opcode) && in _opcode_has_local_impl()
208 return _PyCompile_OpcodeIsValid(opcode) && in _opcode_has_exc_impl()
/external/python/cpython3/Include/internal/
Dpycore_compile.h79 PyAPI_FUNC(int) _PyCompile_OpcodeIsValid(int opcode);
/external/python/cpython3/Python/
Dcompile.c785 _PyCompile_OpcodeIsValid(int opcode) in _PyCompile_OpcodeIsValid() function
/external/python/cpython3/Doc/data/
Dpython3.13.abi1080 …<elf-symbol name='_PyCompile_OpcodeIsValid' type='func-type' binding='global-binding' visibility='…
25093_PyCompile_OpcodeIsValid' mangled-name='_PyCompile_OpcodeIsValid' filepath='Python/compile.c' line…