Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsymtable.c203 st->st_filename = NULL; in symtable_new()
227 st->st_filename = filename; in PySymtable_Build()
382 PyErr_SyntaxLocation(ste->ste_table->st_filename, in analyze_name()
519 PyErr_SyntaxLocation(ste->ste_table->st_filename, in check_unoptimized()
801 if (PyErr_WarnExplicit(PyExc_SyntaxWarning, msg, st->st_filename, in symtable_warn()
805 PyErr_SyntaxLocation(st->st_filename, in symtable_warn()
895 PyErr_SyntaxLocation(st->st_filename, in symtable_add_def()
1044 PyErr_SyntaxLocation(st->st_filename, in symtable_visit_stmt()
1246 PyErr_SyntaxLocation(st->st_filename, in symtable_visit_expr()
1333 PyErr_SyntaxLocation(st->st_filename, in symtable_visit_params()
/external/python/cpython2/Include/
Dsymtable.h14 const char *st_filename; /* name of file being compiled */ member