Home
last modified time | relevance | path

Searched refs:ADDOP_NOLINE (Results 1 – 2 of 2) sorted by relevance

/dports/lang/python310/Python-3.10.1/Python/
H A Dcompile.c1542 #define ADDOP_NOLINE(C, OP) { \ macro
3115 ADDOP_NOLINE(c, POP_BLOCK); in compiler_try_finally()
3178 ADDOP_NOLINE(c, POP_BLOCK); in compiler_try_except()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dcompile.c1578 #define ADDOP_NOLINE(C, OP) { \ macro
3167 ADDOP_NOLINE(c, POP_BLOCK); in compiler_try_finally()
3236 ADDOP_NOLINE(c, POP_BLOCK); in compiler_try_except()