Searched refs:PyCompile_OpcodeStackEffectWithJump (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | compile.h | 54 PyAPI_FUNC(int) PyCompile_OpcodeStackEffectWithJump(int opcode, int oparg, int jump);
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | compile.h | 54 PyAPI_FUNC(int) PyCompile_OpcodeStackEffectWithJump(int opcode, int oparg, int jump);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | compile.h | 54 PyAPI_FUNC(int) PyCompile_OpcodeStackEffectWithJump(int opcode, int oparg, int jump);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | compile.h | 54 PyAPI_FUNC(int) PyCompile_OpcodeStackEffectWithJump(int opcode, int oparg, int jump);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | compile.h | 54 PyAPI_FUNC(int) PyCompile_OpcodeStackEffectWithJump(int opcode, int oparg, int jump);
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _opcode.c | 67 effect = PyCompile_OpcodeStackEffectWithJump(opcode, oparg_int, jump_int); in _opcode_stack_effect_impl()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | compile.c | 1200 PyCompile_OpcodeStackEffectWithJump(int opcode, int oparg, int jump) in PyCompile_OpcodeStackEffectWithJump() function
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.8.0a1.rst | 8917 Added :c:func:`PyCompile_OpcodeStackEffectWithJump`.
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 97 …<elf-symbol name='PyCompile_OpcodeStackEffectWithJump' type='func-type' binding='global-binding' v… 11655 …PyCompile_OpcodeStackEffectWithJump' mangled-name='PyCompile_OpcodeStackEffectWithJump' filepath='…
|