Home
last modified time | relevance | path

Searched refs:LOOP_ERROR_MSG (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dcompile.c1700 static const char LOOP_ERROR_MSG[] = "'continue' not properly in loop"; in compiler_continue() local
1706 return compiler_error(c, LOOP_ERROR_MSG); in compiler_continue()
1721 return compiler_error(c, LOOP_ERROR_MSG); in compiler_continue()
/external/python/cpython3/Python/
Dcompile.c2499 static const char LOOP_ERROR_MSG[] = "'continue' not properly in loop"; in compiler_continue() local
2505 return compiler_error(c, LOOP_ERROR_MSG); in compiler_continue()
2520 return compiler_error(c, LOOP_ERROR_MSG); in compiler_continue()