Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c1073 #define ADDOP_O(C, OP, O, TYPE) { \ macro
1264 ADDOP_O(c, LOAD_CONST, (PyObject*)co, consts); in compiler_make_closure()
1299 ADDOP_O(c, LOAD_CONST, (PyObject*)co, consts); in compiler_make_closure()
1408 ADDOP_O(c, LOAD_CONST, s->v.ClassDef.name, consts); in compiler_class()
1772 ADDOP_O(c, LOAD_CONST, Py_None, consts); in compiler_try_finally()
1893 ADDOP_O(c, LOAD_ATTR, attr, names); in compiler_import_as()
1926 ADDOP_O(c, LOAD_CONST, level, consts); in compiler_import()
1928 ADDOP_O(c, LOAD_CONST, Py_None, consts); in compiler_import()
2001 ADDOP_O(c, LOAD_CONST, level, consts); in compiler_from_import()
2003 ADDOP_O(c, LOAD_CONST, names, consts); in compiler_from_import()
[all …]