Home
last modified time | relevance | path

Searched refs:ADDOP_I (Results 1 – 13 of 13) sorted by relevance

/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dcompile.c1502 #define ADDOP_I(C, OP, O) { \ macro
3297 ADDOP_I(c, RAISE_VARARGS, 1); in compiler_assert()
3799 ADDOP_I(c, BUILD_MAP, n); in compiler_subdict()
3856 ADDOP_I(c, COMPARE_OP, in compiler_compare()
3874 ADDOP_I(c, COMPARE_OP, in compiler_compare()
4137 ADDOP_I(c, BUILD_MAP, n); in compiler_subkwargs()
4311 ADDOP_I(c, LOAD_FAST, 0); in compiler_sync_comprehension_generator()
4396 ADDOP_I(c, LOAD_FAST, 0); in compiler_async_comprehension_generator()
4511 ADDOP_I(c, op, 0); in compiler_comprehension()
4545 ADDOP_I(c, CALL_FUNCTION, 1); in compiler_comprehension()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dcompile.c1502 #define ADDOP_I(C, OP, O) { \ macro
3297 ADDOP_I(c, RAISE_VARARGS, 1); in compiler_assert()
3799 ADDOP_I(c, BUILD_MAP, n); in compiler_subdict()
3856 ADDOP_I(c, COMPARE_OP, in compiler_compare()
3874 ADDOP_I(c, COMPARE_OP, in compiler_compare()
4137 ADDOP_I(c, BUILD_MAP, n); in compiler_subkwargs()
4311 ADDOP_I(c, LOAD_FAST, 0); in compiler_sync_comprehension_generator()
4396 ADDOP_I(c, LOAD_FAST, 0); in compiler_async_comprehension_generator()
4511 ADDOP_I(c, op, 0); in compiler_comprehension()
4545 ADDOP_I(c, CALL_FUNCTION, 1); in compiler_comprehension()
[all …]
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dcompile.c1502 #define ADDOP_I(C, OP, O) { \ macro
3297 ADDOP_I(c, RAISE_VARARGS, 1); in compiler_assert()
3799 ADDOP_I(c, BUILD_MAP, n); in compiler_subdict()
3856 ADDOP_I(c, COMPARE_OP, in compiler_compare()
3874 ADDOP_I(c, COMPARE_OP, in compiler_compare()
4137 ADDOP_I(c, BUILD_MAP, n); in compiler_subkwargs()
4311 ADDOP_I(c, LOAD_FAST, 0); in compiler_sync_comprehension_generator()
4396 ADDOP_I(c, LOAD_FAST, 0); in compiler_async_comprehension_generator()
4511 ADDOP_I(c, op, 0); in compiler_comprehension()
4545 ADDOP_I(c, CALL_FUNCTION, 1); in compiler_comprehension()
[all …]
/dports/lang/python37/Python-3.7.12/Python/
H A Dcompile.c1309 #define ADDOP_I(C, OP, O) { \ macro
2945 ADDOP_I(c, RAISE_VARARGS, 1); in compiler_assert()
3453 ADDOP_I(c, BUILD_MAP, n); in compiler_subdict()
3507 ADDOP_I(c, COMPARE_OP, in compiler_compare()
3525 ADDOP_I(c, COMPARE_OP, in compiler_compare()
3667 ADDOP_I(c, BUILD_MAP, n); in compiler_subkwargs()
3843 ADDOP_I(c, LOAD_FAST, 0); in compiler_sync_comprehension_generator()
3941 ADDOP_I(c, LOAD_FAST, 0); in compiler_async_comprehension_generator()
4078 ADDOP_I(c, op, 0); in compiler_comprehension()
4109 ADDOP_I(c, CALL_FUNCTION, 1); in compiler_comprehension()
[all …]
/dports/lang/python38/Python-3.8.12/Python/
H A Dcompile.c1502 #define ADDOP_I(C, OP, O) { \ macro
3297 ADDOP_I(c, RAISE_VARARGS, 1); in compiler_assert()
3799 ADDOP_I(c, BUILD_MAP, n); in compiler_subdict()
3856 ADDOP_I(c, COMPARE_OP, in compiler_compare()
3874 ADDOP_I(c, COMPARE_OP, in compiler_compare()
4137 ADDOP_I(c, BUILD_MAP, n); in compiler_subkwargs()
4311 ADDOP_I(c, LOAD_FAST, 0); in compiler_sync_comprehension_generator()
4396 ADDOP_I(c, LOAD_FAST, 0); in compiler_async_comprehension_generator()
4511 ADDOP_I(c, op, 0); in compiler_comprehension()
4545 ADDOP_I(c, CALL_FUNCTION, 1); in compiler_comprehension()
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dcompile.c1502 #define ADDOP_I(C, OP, O) { \ macro
3297 ADDOP_I(c, RAISE_VARARGS, 1); in compiler_assert()
3799 ADDOP_I(c, BUILD_MAP, n); in compiler_subdict()
3856 ADDOP_I(c, COMPARE_OP, in compiler_compare()
3874 ADDOP_I(c, COMPARE_OP, in compiler_compare()
4137 ADDOP_I(c, BUILD_MAP, n); in compiler_subkwargs()
4311 ADDOP_I(c, LOAD_FAST, 0); in compiler_sync_comprehension_generator()
4396 ADDOP_I(c, LOAD_FAST, 0); in compiler_async_comprehension_generator()
4511 ADDOP_I(c, op, 0); in compiler_comprehension()
4545 ADDOP_I(c, CALL_FUNCTION, 1); in compiler_comprehension()
[all …]
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dcompile.c1629 #define ADDOP_I(C, OP, O) { \ macro
2674 ADDOP_I(c, IS_OP, 0); in compiler_addcompare()
2677 ADDOP_I(c, IS_OP, 1); in compiler_addcompare()
2688 ADDOP_I(c, COMPARE_OP, cmp); in compiler_addcompare()
3181 ADDOP_I(c, RERAISE, 0); in compiler_try_finally()
3341 ADDOP_I(c, RERAISE, 0); in compiler_try_except()
4950 ADDOP_I(c, op, 0); in compiler_comprehension()
5077 ADDOP_I(c, RERAISE, 4); in compiler_with_except_finish()
5762 ADDOP_I(c, BUILD_SLICE, n); in compiler_slice()
6069 ADDOP_I(c, IS_OP, 1); in compiler_pattern_class()
[all …]
/dports/lang/python39/Python-3.9.9/Python/
H A Dcompile.c1485 #define ADDOP_I(C, OP, O) { \ macro
1652 ADDOP_I(c, CALL_FUNCTION, 3); in compiler_call_exit_with_nones()
2501 ADDOP_I(c, IS_OP, 0); in compiler_addcompare()
2504 ADDOP_I(c, IS_OP, 1); in compiler_addcompare()
2515 ADDOP_I(c, COMPARE_OP, cmp); in compiler_addcompare()
3359 ADDOP_I(c, RAISE_VARARGS, 1); in compiler_assert()
3866 ADDOP_I(c, BUILD_MAP, n); in compiler_subdict()
3926 ADDOP_I(c, BUILD_MAP, 0); in compiler_dict()
4248 ADDOP_I(c, BUILD_MAP, n); in compiler_subkwargs()
4655 ADDOP_I(c, op, 0); in compiler_comprehension()
[all …]
/dports/lang/python310/Python-3.10.1/Python/
H A Dcompile.c1593 #define ADDOP_I(C, OP, O) { \ macro
1761 ADDOP_I(c, CALL_FUNCTION, 3); in compiler_call_exit_with_nones()
2623 ADDOP_I(c, IS_OP, 0); in compiler_addcompare()
2626 ADDOP_I(c, IS_OP, 1); in compiler_addcompare()
2637 ADDOP_I(c, COMPARE_OP, cmp); in compiler_addcompare()
3125 ADDOP_I(c, RERAISE, 0); in compiler_try_finally()
3276 ADDOP_I(c, RERAISE, 0); in compiler_try_except()
3472 ADDOP_I(c, RAISE_VARARGS, 1); in compiler_assert()
4839 ADDOP_I(c, op, 0); in compiler_comprehension()
4974 ADDOP_I(c, RERAISE, 1); in compiler_with_except_finish()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dcompile.c1092 #define ADDOP_I(C, OP, O) { \ macro
1422 ADDOP_I(c, BUILD_TUPLE, n); in compiler_class()
1459 ADDOP_I(c, CALL_FUNCTION, 0); in compiler_class()
2069 ADDOP_I(c, RAISE_VARARGS, 1); in compiler_assert()
2513 ADDOP_I(c, COMPARE_OP, in compiler_compare()
2523 ADDOP_I(c, COMPARE_OP, in compiler_compare()
2634 ADDOP_I(c, BUILD_LIST, 0); in compiler_listcomp()
2680 ADDOP_I(c, LOAD_FAST, 0); in compiler_comprehension_generator()
2768 ADDOP_I(c, op, 0); in compiler_comprehension()
3231 ADDOP_I(c, DUP_TOPX, 2); in compiler_handle_subscr()
[all …]
/dports/lang/python27/Python-2.7.18/Python/
H A Dcompile.c1092 #define ADDOP_I(C, OP, O) { \ macro
1422 ADDOP_I(c, BUILD_TUPLE, n); in compiler_class()
1459 ADDOP_I(c, CALL_FUNCTION, 0); in compiler_class()
2069 ADDOP_I(c, RAISE_VARARGS, 1); in compiler_assert()
2513 ADDOP_I(c, COMPARE_OP, in compiler_compare()
2523 ADDOP_I(c, COMPARE_OP, in compiler_compare()
2634 ADDOP_I(c, BUILD_LIST, 0); in compiler_listcomp()
2680 ADDOP_I(c, LOAD_FAST, 0); in compiler_comprehension_generator()
2768 ADDOP_I(c, op, 0); in compiler_comprehension()
3231 ADDOP_I(c, DUP_TOPX, 2); in compiler_handle_subscr()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dcompile.c1101 #define ADDOP_I(C, OP, O) { \ macro
1431 ADDOP_I(c, BUILD_TUPLE, n); in compiler_class()
1469 ADDOP_I(c, CALL_FUNCTION, 0); in compiler_class()
2531 ADDOP_I(c, COMPARE_OP, in compiler_compare()
2541 ADDOP_I(c, COMPARE_OP, in compiler_compare()
2652 ADDOP_I(c, BUILD_LIST, 0); in compiler_listcomp()
2698 ADDOP_I(c, LOAD_FAST, 0); in compiler_comprehension_generator()
2786 ADDOP_I(c, op, 0); in compiler_comprehension()
2808 ADDOP_I(c, CALL_FUNCTION, 1); in compiler_comprehension()
3249 ADDOP_I(c, DUP_TOPX, 2); in compiler_handle_subscr()
[all …]
/dports/net/kf5-syndication/syndication-5.89.0/autotests/atom/
H A Dbug411626.xml.expected4658 <p>There are some other macros, like <code>ADDOP_I</code> calls <a href="https://github.com/python/…