• Home
  • Raw
  • Download

Lines Matching refs:PyString_AS_STRING

234     buffer = PyString_AS_STRING(ident);  in _Py_Mangle()
1231 PyString_AS_STRING(name), in get_ref_type()
1232 PyString_AS_STRING(c->u->u_name), in get_ref_type()
1233 PyString_AS_STRING(PyObject_Repr(c->u->u_ste->ste_id)), in get_ref_type()
1235 PyString_AS_STRING(PyObject_Repr(c->u->u_ste->ste_symbols)), in get_ref_type()
1236 PyString_AS_STRING(PyObject_Repr(c->u->u_varnames)), in get_ref_type()
1237 PyString_AS_STRING(PyObject_Repr(c->u->u_names)) in get_ref_type()
1289 PyString_AS_STRING(PyObject_Repr(name)), in compiler_make_closure()
1290 PyString_AS_STRING(c->u->u_name), in compiler_make_closure()
1292 PyString_AS_STRING(co->co_name), in compiler_make_closure()
1293 PyString_AS_STRING(PyObject_Repr(co->co_freevars))); in compiler_make_closure()
1880 const char *src = PyString_AS_STRING(name); in compiler_import_as()
1938 const char *base = PyString_AS_STRING(alias->name); in compiler_import()
1994 !strcmp(PyString_AS_STRING(s->v.ImportFrom.module), "__future__")) { in compiler_from_import()
2015 if (i == 0 && *PyString_AS_STRING(alias->name) == '*') { in compiler_from_import()
2356 assert(scope || PyString_AS_STRING(name)[0] == '_'); in compiler_nameop()
2370 PyString_AS_STRING(name)); in compiler_nameop()
2868 if (strcmp(PyString_AS_STRING(e->v.Name.id), in expr_constant()
3582 PyString_AS_STRING(a->a_lnotab) + a->a_lnotab_off; in assemble_lnotab()
3608 PyString_AS_STRING(a->a_lnotab) + a->a_lnotab_off; in assemble_lnotab()
3626 PyString_AS_STRING(a->a_lnotab) + a->a_lnotab_off; in assemble_lnotab()
3667 code = PyString_AS_STRING(a->a_bytecode) + a->a_offset; in assemble_emit()