Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dfuture.c45 PyErr_SyntaxLocation(filename, s->lineno); in future_check_features()
50 PyErr_SyntaxLocation(filename, s->lineno); in future_check_features()
94 PyErr_SyntaxLocation(filename, in future_parse()
Dsymtable.c384 PyErr_SyntaxLocation(ste->ste_table->st_filename, in analyze_name()
521 PyErr_SyntaxLocation(ste->ste_table->st_filename, in check_unoptimized()
812 PyErr_SyntaxLocation(st->st_filename, lineno); in symtable_warn()
901 PyErr_SyntaxLocation(st->st_filename, in symtable_add_def()
1050 PyErr_SyntaxLocation(st->st_filename, in symtable_visit_stmt()
1252 PyErr_SyntaxLocation(st->st_filename, in symtable_visit_expr()
1339 PyErr_SyntaxLocation(st->st_filename, in symtable_visit_params()
Derrors.c727 PyErr_SyntaxLocation(const char *filename, int lineno) in PyErr_SyntaxLocation() function
/external/python/cpython2/Include/
Dpyerrors.h238 PyAPI_FUNC(void) PyErr_SyntaxLocation(const char *, int);
/external/python/cpython3/Include/
Dpyerrors.h229 PyAPI_FUNC(void) PyErr_SyntaxLocation(
/external/python/cpython3/PC/
Dpython3.def155 PyErr_SyntaxLocation=python38.PyErr_SyntaxLocation
/external/python/cpython2/PC/os2emx/
Dpython27.def903 "PyErr_SyntaxLocation"
/external/python/cpython3/Doc/data/
Drefcounts.dat720 PyErr_SyntaxLocation:void:::
721 PyErr_SyntaxLocation:const char*:filename::
722 PyErr_SyntaxLocation:int:lineno::
/external/python/cpython3/Python/
Derrors.c1443 PyErr_SyntaxLocation(const char *filename, int lineno) in PyErr_SyntaxLocation() function
/external/python/cpython3/Doc/c-api/
Dexceptions.rst274 .. c:function:: void PyErr_SyntaxLocation(const char *filename, int lineno)