Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c1073 #define ADDOP_O(C, OP, O, TYPE) { \ macro
1273 ADDOP_O(c, LOAD_CONST, (PyObject*)co, consts); in compiler_make_closure()
1308 ADDOP_O(c, LOAD_CONST, (PyObject*)co, consts); in compiler_make_closure()
1417 ADDOP_O(c, LOAD_CONST, s->v.ClassDef.name, consts); in compiler_class()
1781 ADDOP_O(c, LOAD_CONST, Py_None, consts); in compiler_try_finally()
1935 ADDOP_O(c, LOAD_CONST, Py_None, consts); in compiler_import()
2064 ADDOP_O(c, LOAD_GLOBAL, assertion_error, names); in compiler_assert()
2095 ADDOP_O(c, LOAD_CONST, Py_None, consts); in compiler_visit_stmt()
2157 ADDOP_O(c, LOAD_CONST, Py_None, consts); in compiler_visit_stmt()
2847 ADDOP_O(c, LOAD_CONST, k->arg, consts); in compiler_visit_keyword()
[all …]
/external/python/cpython3/Python/
Dcompile.c1466 #define ADDOP_O(C, OP, O, TYPE) { \ macro
1649 ADDOP_O(c, LOAD_CONST, Py_None, consts); in compiler_call_exit_with_nones()
4885 ADDOP_O(c, LOAD_CONST, Py_None, consts); in compiler_async_with()