Home
last modified time | relevance | path

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

1234567

/dports/www/p5-HTML-Mason/HTML-Mason-1.59/lib/HTML/Mason/
H A DCompiler.pm214 compiler_error "Error during custom preprocess step: $@" if $@;
292 compiler_error $@ if $@;
329 compiler_error $@ if $@;
387 compiler_error "key_value_pair called inside a $p{block_type} block"
514 compiler_error $@ if $@;
536 compiler_error $@ if $@;
557 compiler_error $@ if $@;
600 compiler_error $@ if $@;
615 compiler_error $@ if $@;
/dports/lang/cython/Cython-0.29.24/tests/pyximport/
H A Dpyximport_errors.srctree24 import compiler_error
33 ######## compiler_error.pyx ########
/dports/lang/cython-devel/cython-2b1e743/tests/pyximport/
H A Dpyximport_errors.srctree24 import compiler_error
33 ######## compiler_error.pyx ########
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/nom-3.2.1/
H A DCargo.toml.orig-cargo26 nightly = ["compiler_error"]
49 [dependencies.compiler_error]
H A DCargo.toml29 [dependencies.compiler_error]
46 nightly = ["compiler_error"]
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/nom-3.2.1/
H A DCargo.toml.orig-cargo26 nightly = ["compiler_error"]
49 [dependencies.compiler_error]
H A DCargo.toml29 [dependencies.compiler_error]
46 nightly = ["compiler_error"]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/nom-3.2.1/src/
H A Dlib.rs397 #![cfg_attr(feature = "nightly", plugin(compiler_error))]
413 macro_rules! compiler_error {
H A Dsequence.rs372 compiler_error!("do_parse is missing the return value. A do_parse call must end
384 compiler_error!("do_parse uses >> as separator, not ~");
387 compiler_error!("do_parse uses >> as separator, not ~");
504 compiler_error!("if you are using do_parse outside of a named! macro, you must
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/nom-3.2.1/src/
H A Dlib.rs397 #![cfg_attr(feature = "nightly", plugin(compiler_error))]
413 macro_rules! compiler_error { macro
H A Dsequence.rs372 compiler_error!("do_parse is missing the return value. A do_parse call must end
384 compiler_error!("do_parse uses >> as separator, not ~");
387 compiler_error!("do_parse uses >> as separator, not ~");
504 compiler_error!("if you are using do_parse outside of a named! macro, you must
/dports/cad/nvc/nvc-r1.5.3/test/vi_suite/nvc/
H A DSSF1 compiler_error:
/dports/lang/python310/Python-3.10.1/Python/
H A Dcompile.c2994 return compiler_error( in compiler_return()
3896 return compiler_error(c, in unpack_helper()
3903 return compiler_error(c, in unpack_helper()
5296 return compiler_error(c, in compiler_visit_expr1()
5299 return compiler_error(c, in compiler_visit_expr1()
5767 return compiler_error(c, in pattern_unpack_helper()
5774 return compiler_error(c, in pattern_unpack_helper()
5864 return compiler_error(c, e); in compiler_pattern_as()
6026 compiler_error(c, e); in compiler_pattern_mapping()
6047 compiler_error(c, e); in compiler_pattern_mapping()
[all …]
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dcompile.c3045 return compiler_error( in compiler_return()
3941 return compiler_error(c, in unpack_helper()
3948 return compiler_error(c, in unpack_helper()
5412 return compiler_error(c, in compiler_visit_expr1()
5415 return compiler_error(c, in compiler_visit_expr1()
5889 return compiler_error(c, in pattern_unpack_helper()
5896 return compiler_error(c, in pattern_unpack_helper()
5986 return compiler_error(c, e); in compiler_pattern_as()
6149 compiler_error(c, e); in compiler_pattern_mapping()
6170 compiler_error(c, e); in compiler_pattern_mapping()
[all …]
/dports/lang/python37/Python-3.7.12/Python/
H A Dcompile.c174 static int compiler_error(struct compiler *, const char *);
2505 return compiler_error(c, LOOP_ERROR_MSG); in compiler_continue()
2520 return compiler_error(c, LOOP_ERROR_MSG); in compiler_continue()
2524 return compiler_error(c, IN_FINALLY_ERROR_MSG); in compiler_continue()
2989 return compiler_error( in compiler_visit_stmt()
3049 return compiler_error(c, "'break' outside loop"); in compiler_visit_stmt()
3357 return compiler_error(c, in assignment_helper()
3365 return compiler_error(c, in assignment_helper()
4553 return compiler_error(c, in compiler_visit_expr()
4556 return compiler_error(c, in compiler_visit_expr()
[all …]
/dports/lang/python39/Python-3.9.9/Python/
H A Dcompile.c187 static int compiler_error(struct compiler *, const char *);
2159 compiler_error(c, "cannot assign to __debug__"); in forbidden_name()
2910 return compiler_error( in compiler_return()
2937 return compiler_error(c, "'break' outside loop"); in compiler_break()
3768 return compiler_error(c, in assignment_helper()
3775 return compiler_error(c, in assignment_helper()
4137 compiler_error(c, PyUnicode_AsUTF8(msg)); in validate_keywords()
5107 return compiler_error(c, in compiler_visit_expr1()
5110 return compiler_error(c, in compiler_visit_expr1()
5314 compiler_error(struct compiler *c, const char *errstr) in compiler_error() function
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dcompile.c188 static int compiler_error(struct compiler *, const char *);
2806 return compiler_error(c, "'return' outside function"); in compiler_return()
2810 return compiler_error( in compiler_return()
2846 return compiler_error(c, "'break' outside loop"); in compiler_break()
2862 return compiler_error(c, "'continue' not properly in loop"); in compiler_continue()
3703 return compiler_error(c, in assignment_helper()
3711 return compiler_error(c, in assignment_helper()
4982 return compiler_error(c, in compiler_visit_expr1()
4985 return compiler_error(c, in compiler_visit_expr1()
5218 compiler_error(struct compiler *c, const char *errstr) in compiler_error() function
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dcompile.c188 static int compiler_error(struct compiler *, const char *);
2806 return compiler_error(c, "'return' outside function"); in compiler_return()
2810 return compiler_error( in compiler_return()
2846 return compiler_error(c, "'break' outside loop"); in compiler_break()
2862 return compiler_error(c, "'continue' not properly in loop"); in compiler_continue()
3703 return compiler_error(c, in assignment_helper()
3711 return compiler_error(c, in assignment_helper()
4982 return compiler_error(c, in compiler_visit_expr1()
4985 return compiler_error(c, in compiler_visit_expr1()
5218 compiler_error(struct compiler *c, const char *errstr) in compiler_error() function
[all …]
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dcompile.c188 static int compiler_error(struct compiler *, const char *);
2806 return compiler_error(c, "'return' outside function"); in compiler_return()
2810 return compiler_error( in compiler_return()
2846 return compiler_error(c, "'break' outside loop"); in compiler_break()
2862 return compiler_error(c, "'continue' not properly in loop"); in compiler_continue()
3703 return compiler_error(c, in assignment_helper()
3711 return compiler_error(c, in assignment_helper()
4982 return compiler_error(c, in compiler_visit_expr1()
4985 return compiler_error(c, in compiler_visit_expr1()
5218 compiler_error(struct compiler *c, const char *errstr) in compiler_error() function
[all …]
/dports/lang/python38/Python-3.8.12/Python/
H A Dcompile.c188 static int compiler_error(struct compiler *, const char *);
2806 return compiler_error(c, "'return' outside function"); in compiler_return()
2810 return compiler_error( in compiler_return()
2846 return compiler_error(c, "'break' outside loop"); in compiler_break()
2862 return compiler_error(c, "'continue' not properly in loop"); in compiler_continue()
3703 return compiler_error(c, in assignment_helper()
3711 return compiler_error(c, in assignment_helper()
4982 return compiler_error(c, in compiler_visit_expr1()
4985 return compiler_error(c, in compiler_visit_expr1()
5218 compiler_error(struct compiler *c, const char *errstr) in compiler_error() function
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dcompile.c188 static int compiler_error(struct compiler *, const char *);
2806 return compiler_error(c, "'return' outside function"); in compiler_return()
2810 return compiler_error( in compiler_return()
2846 return compiler_error(c, "'break' outside loop"); in compiler_break()
2862 return compiler_error(c, "'continue' not properly in loop"); in compiler_continue()
3703 return compiler_error(c, in assignment_helper()
3711 return compiler_error(c, in assignment_helper()
4982 return compiler_error(c, in compiler_visit_expr1()
4985 return compiler_error(c, in compiler_visit_expr1()
5218 compiler_error(struct compiler *c, const char *errstr) in compiler_error() function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Derl_compile.erl75 {'EXIT', Pid, {compiler_error, Error}} ->
252 exit({compiler_error,"No value given to -"++Name++" option"}).
/dports/lang/python-legacy/Python-2.7.18/Python/
H A 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 …]
/dports/lang/python27/Python-2.7.18/Python/
H A 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 …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dcompile.c158 static int compiler_error(struct compiler *, const char *);
1717 return compiler_error(c, LOOP_ERROR_MSG); in compiler_continue()
1729 return compiler_error(c, IN_FINALLY_ERROR_MSG); in compiler_continue()
1732 return compiler_error(c, LOOP_ERROR_MSG); in compiler_continue()
1736 return compiler_error(c, IN_FINALLY_ERROR_MSG); in compiler_continue()
1860 return compiler_error(c, "default 'except:' must be last"); in compiler_try_except()
2014 return compiler_error(c, "from __future__ imports must occur " in compiler_from_import()
2107 return compiler_error(c, "'return' outside function"); in compiler_visit_stmt()
2196 return compiler_error(c, "'break' outside loop"); in compiler_visit_stmt()
3029 return compiler_error(c, "'yield' outside function"); in compiler_visit_expr()
[all …]

1234567