Searched refs:PyErr_SyntaxLocation (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/Python/ |
D | future.c | 45 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()
|
D | symtable.c | 384 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()
|
D | errors.c | 727 PyErr_SyntaxLocation(const char *filename, int lineno) in PyErr_SyntaxLocation() function
|
/external/python/cpython2/Include/ |
D | pyerrors.h | 238 PyAPI_FUNC(void) PyErr_SyntaxLocation(const char *, int);
|
/external/python/cpython3/Include/ |
D | pyerrors.h | 229 PyAPI_FUNC(void) PyErr_SyntaxLocation(
|
/external/python/cpython3/PC/ |
D | python3.def | 155 PyErr_SyntaxLocation=python38.PyErr_SyntaxLocation
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 903 "PyErr_SyntaxLocation"
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 720 PyErr_SyntaxLocation:void::: 721 PyErr_SyntaxLocation:const char*:filename:: 722 PyErr_SyntaxLocation:int:lineno::
|
/external/python/cpython3/Python/ |
D | errors.c | 1443 PyErr_SyntaxLocation(const char *filename, int lineno) in PyErr_SyntaxLocation() function
|
/external/python/cpython3/Doc/c-api/ |
D | exceptions.rst | 274 .. c:function:: void PyErr_SyntaxLocation(const char *filename, int lineno)
|