Searched refs:compiler_error (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Python/ |
D | compile.c | 158 static int compiler_error(struct compiler *, const char *); 1697 return compiler_error(c, LOOP_ERROR_MSG); in compiler_continue() 1709 return compiler_error(c, IN_FINALLY_ERROR_MSG); in compiler_continue() 1712 return compiler_error(c, LOOP_ERROR_MSG); in compiler_continue() 1716 return compiler_error(c, IN_FINALLY_ERROR_MSG); in compiler_continue() 1840 return compiler_error(c, "default 'except:' must be last"); in compiler_try_except() 1997 return compiler_error(c, "from __future__ imports must occur " in compiler_from_import() 2088 return compiler_error(c, "'return' outside function"); in compiler_visit_stmt() 2177 return compiler_error(c, "'break' outside loop"); in compiler_visit_stmt() 3010 return compiler_error(c, "'yield' outside function"); in compiler_visit_expr() [all …]
|