Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h34 #define MATCH_MAPPING 31 macro
/third_party/python/Doc/library/
Ddis.rst771 .. opcode:: MATCH_MAPPING
/third_party/python/Python/
Dcompile.c1208 case MATCH_MAPPING: in stack_effect()
5991 ADDOP(c, MATCH_MAPPING); in compiler_pattern_mapping()
Dceval.c3890 case TARGET(MATCH_MAPPING): { in _PyEval_EvalFrameDefault()