Searched refs:PyErr_SyntaxLocation (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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 | 382 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()
|
D | errors.c | 724 PyErr_SyntaxLocation(const char *filename, int lineno) in PyErr_SyntaxLocation() function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | future.c | 45 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()
|
D | symtable.c | 380 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()
|
D | errors.c | 702 PyErr_SyntaxLocation(const char *filename, int lineno) in PyErr_SyntaxLocation() function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | pyerrors.h | 237 PyAPI_FUNC(void) PyErr_SyntaxLocation(const char *, int);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | pyerrors.h | 238 PyAPI_FUNC(void) PyErr_SyntaxLocation(const char *, int);
|