Searched refs:_PyInstructionSequence_Addop (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Include/internal/ |
D | pycore_instruction_sequence.h | 57 int _PyInstructionSequence_Addop(_PyInstructionSequence *seq,
|
/external/python/cpython3/Python/ |
D | instruction_sequence.c | 105 _PyInstructionSequence_Addop(instr_sequence *seq, int opcode, int oparg, in _PyInstructionSequence_Addop() function 261 if (_PyInstructionSequence_Addop(self, opcode, oparg, loc) < 0) { in InstructionSequenceType_addop_impl()
|
D | flowgraph.c | 2718 _PyInstructionSequence_Addop( in _PyCfg_ToInstructionSequence()
|
D | compile.c | 837 return _PyInstructionSequence_Addop(seq, opcode, 0, loc); in codegen_addop_noarg() 1070 return _PyInstructionSequence_Addop(seq, opcode, oparg_, loc); in codegen_addop_i() 1080 return _PyInstructionSequence_Addop(seq, opcode, target.id, loc); in codegen_addop_j()
|
/external/python/cpython3/Doc/data/ |
D | python3.13.abi | 25012 …<function-decl name='_PyInstructionSequence_Addop' filepath='./Include/internal/pycore_instruction…
|