Home
last modified time | relevance | path

Searched refs:_PyInstructionSequence_Addop (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_instruction_sequence.h57 int _PyInstructionSequence_Addop(_PyInstructionSequence *seq,
/external/python/cpython3/Python/
Dinstruction_sequence.c105 _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()
Dflowgraph.c2718 _PyInstructionSequence_Addop( in _PyCfg_ToInstructionSequence()
Dcompile.c837 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/
Dpython3.13.abi25012 …<function-decl name='_PyInstructionSequence_Addop' filepath='./Include/internal/pycore_instruction…