Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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.c382 PyErr_SyntaxLocation(ste->ste_table->st_filename, in analyze_name()
519 PyErr_SyntaxLocation(ste->ste_table->st_filename, in check_unoptimized()
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()
Derrors.c724 PyErr_SyntaxLocation(const char *filename, int lineno) in PyErr_SyntaxLocation() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dfuture.c45 PyErr_SyntaxLocation(filename, s->lineno); in future_check_features()
50 PyErr_SyntaxLocation(filename, s->lineno); in future_check_features()
99 PyErr_SyntaxLocation(filename, in future_parse()
Dsymtable.c380 PyErr_SyntaxLocation(ste->ste_table->st_filename, in analyze_name()
517 PyErr_SyntaxLocation(ste->ste_table->st_filename, in check_unoptimized()
803 PyErr_SyntaxLocation(st->st_filename, in symtable_warn()
893 PyErr_SyntaxLocation(st->st_filename, in symtable_add_def()
1042 PyErr_SyntaxLocation(st->st_filename, in symtable_visit_stmt()
1244 PyErr_SyntaxLocation(st->st_filename, in symtable_visit_expr()
1331 PyErr_SyntaxLocation(st->st_filename, in symtable_visit_params()
Derrors.c702 PyErr_SyntaxLocation(const char *filename, int lineno) in PyErr_SyntaxLocation() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpyerrors.h237 PyAPI_FUNC(void) PyErr_SyntaxLocation(const char *, int);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpyerrors.h238 PyAPI_FUNC(void) PyErr_SyntaxLocation(const char *, int);