Home
last modified time | relevance | path

Searched refs:_opcode (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/test/
Dtest__opcode.py5 _opcode = import_module("_opcode") variable
6 from _opcode import stack_effect
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderParse.c68 #define _(_opcode) _opcode, #_opcode argument
/third_party/python/Lib/
Dopcode.py19 from _opcode import stack_effect
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv599 Modules/_opcode.c - opcode_functions -
1323 Modules/clinic/_opcode.c.h _opcode_stack_effect _parser -
2166 Modules/_opcode.c - opcodemodule -
/third_party/python/Tools/c-analyzer/
DTODO974 Modules/clinic/_opcode.c.h:_opcode_stack_effect():_parser static _PyArg_Parser _parser
/third_party/python/Misc/NEWS.d/
D3.10.0a1.rst210 Port the :mod:`_opcode` extension module to multi-phase initialization