Home
last modified time | relevance | path

Searched refs:compiler_error (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c400 static int compiler_error(struct compiler *, const char *, ...);
1937 return compiler_error(c, "too many statically nested blocks"); in compiler_push_fblock()
2118 return compiler_error( in compiler_unwind_fblock_stack()
2540 compiler_error(c, "cannot assign to __debug__"); in forbidden_name()
2544 compiler_error(c, "cannot delete __debug__"); in forbidden_name()
3141 return compiler_error(c, "'async for' outside async function"); in compiler_async_for()
3233 return compiler_error(c, "'return' outside function"); in compiler_return()
3237 return compiler_error( in compiler_return()
3285 return compiler_error(c, "'break' outside loop"); in compiler_break()
3312 return compiler_error(c, "'continue' not properly in loop"); in compiler_continue()
[all …]
/aosp_15_r20/external/python/cpython2/Python/
Dcompile.c158 static int compiler_error(struct compiler *, const char *);
1706 return compiler_error(c, LOOP_ERROR_MSG); in compiler_continue()
1718 return compiler_error(c, IN_FINALLY_ERROR_MSG); in compiler_continue()
1721 return compiler_error(c, LOOP_ERROR_MSG); in compiler_continue()
1725 return compiler_error(c, IN_FINALLY_ERROR_MSG); in compiler_continue()
1849 return compiler_error(c, "default 'except:' must be last"); in compiler_try_except()
2003 return compiler_error(c, "from __future__ imports must occur " in compiler_from_import()
2090 return compiler_error(c, "'return' outside function"); in compiler_visit_stmt()
2179 return compiler_error(c, "'break' outside loop"); in compiler_visit_stmt()
3011 return compiler_error(c, "'yield' outside function"); in compiler_visit_expr()
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/
H A DCHANGELOG.md745 - the `compiler_error` macro is now correctly exported
762 - @lu_zero: integrating the compiler_error crate
/aosp_15_r20/external/rust/android-crates-io/crates/nom/
DCHANGELOG.md745 - the `compiler_error` macro is now correctly exported
762 - @lu_zero: integrating the compiler_error crate