• Home
  • Raw
  • Download

Lines Matching refs:PyString_AS_STRING

234     buffer = PyString_AS_STRING(ident);  in _Py_Mangle()
1240 PyString_AS_STRING(name), in get_ref_type()
1241 PyString_AS_STRING(c->u->u_name), in get_ref_type()
1242 PyString_AS_STRING(PyObject_Repr(c->u->u_ste->ste_id)), in get_ref_type()
1244 PyString_AS_STRING(PyObject_Repr(c->u->u_ste->ste_symbols)), in get_ref_type()
1245 PyString_AS_STRING(PyObject_Repr(c->u->u_varnames)), in get_ref_type()
1246 PyString_AS_STRING(PyObject_Repr(c->u->u_names)) in get_ref_type()
1298 PyString_AS_STRING(PyObject_Repr(name)), in compiler_make_closure()
1299 PyString_AS_STRING(c->u->u_name), in compiler_make_closure()
1301 PyString_AS_STRING(co->co_name), in compiler_make_closure()
1302 PyString_AS_STRING(PyObject_Repr(co->co_freevars))); in compiler_make_closure()
1889 const char *src = PyString_AS_STRING(name); in compiler_import_as()
1945 const char *base = PyString_AS_STRING(alias->name); in compiler_import()
2001 !strcmp(PyString_AS_STRING(s->v.ImportFrom.module), "__future__")) { in compiler_from_import()
2018 if (i == 0 && *PyString_AS_STRING(alias->name) == '*') { in compiler_from_import()
2358 assert(scope || PyString_AS_STRING(name)[0] == '_'); in compiler_nameop()
2372 PyString_AS_STRING(name)); in compiler_nameop()
2869 if (strcmp(PyString_AS_STRING(e->v.Name.id), in expr_constant()
3583 PyString_AS_STRING(a->a_lnotab) + a->a_lnotab_off; in assemble_lnotab()
3609 PyString_AS_STRING(a->a_lnotab) + a->a_lnotab_off; in assemble_lnotab()
3627 PyString_AS_STRING(a->a_lnotab) + a->a_lnotab_off; in assemble_lnotab()
3668 code = PyString_AS_STRING(a->a_bytecode) + a->a_offset; in assemble_emit()