Searched refs:compiler_error (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Python/ |
D | compile.c | 267 static int compiler_error(struct compiler *, const char *, ...); 1736 return compiler_error(c, "too many statically nested blocks"); in compiler_push_fblock() 2268 compiler_error(c, "cannot assign to __debug__"); in forbidden_name() 2272 compiler_error(c, "cannot delete __debug__"); in forbidden_name() 2900 return compiler_error(c, "'async for' outside async function"); in compiler_async_for() 2990 return compiler_error(c, "'return' outside function"); in compiler_return() 2994 return compiler_error( in compiler_return() 3035 return compiler_error(c, "'break' outside loop"); in compiler_break() 3055 return compiler_error(c, "'continue' not properly in loop"); in compiler_continue() 3190 return compiler_error(c, "default 'except:' must be last"); in compiler_try_except() [all …]
|