summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/parser_helper.mli
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-12-15 15:35:23 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-12-15 15:35:23 +0000
commitd585bff07cf831f557cb5bca530fe9a539ad72b5 (patch)
treea408d590fe93b4d6299ead13a4d9ab37770eaef9 /perl_checker.src/parser_helper.mli
parent4dbce6d83dbfd9ebefed80f9b735ad2a3359172c (diff)
downloadperl_checker-d585bff07cf831f557cb5bca530fe9a539ad72b5.tar
perl_checker-d585bff07cf831f557cb5bca530fe9a539ad72b5.tar.gz
perl_checker-d585bff07cf831f557cb5bca530fe9a539ad72b5.tar.bz2
perl_checker-d585bff07cf831f557cb5bca530fe9a539ad72b5.tar.xz
perl_checker-d585bff07cf831f557cb5bca530fe9a539ad72b5.zip
allow to specify the return context of functions instead of always saying M_unknown
Diffstat (limited to 'perl_checker.src/parser_helper.mli')
-rw-r--r--perl_checker.src/parser_helper.mli9
1 files changed, 5 insertions, 4 deletions
diff --git a/perl_checker.src/parser_helper.mli b/perl_checker.src/parser_helper.mli
index fc27172..a97b4ed 100644
--- a/perl_checker.src/parser_helper.mli
+++ b/perl_checker.src/parser_helper.mli
@@ -187,10 +187,6 @@ val generate_pot : string -> unit
val call_raw :
bool -> Types.fromparser * Types.fromparser list -> Types.fromparser
val call : Types.fromparser * Types.fromparser list -> Types.fromparser
-val call_func :
- Types.fromparser Types.any_spaces_pos ->
- Types.fromparser list Types.prio_anyexpr Types.any_spaces_pos ->
- Types.fromparser
val check_return :
Types.fromparser Types.any_spaces_pos ->
Types.fromparser list Types.prio_anyexpr Types.any_spaces_pos -> unit
@@ -204,10 +200,15 @@ val call_with_paren :
Types.fromparser Types.prio_anyexpr Types.any_spaces_pos
val call_and_context :
Types.fromparser * Types.fromparser list ->
+ bool ->
Types.priority ->
'a Types.any_spaces_pos ->
'b Types.any_spaces_pos ->
Types.fromparser Types.prio_anyexpr Types.any_spaces_pos
+val call_func :
+ Types.fromparser Types.any_spaces_pos ->
+ Types.fromparser list Types.prio_anyexpr Types.any_spaces_pos ->
+ Types.fromparser Types.prio_anyexpr Types.any_spaces_pos
val call_one_scalar_para :
string Types.any_spaces_pos ->
Types.fromparser list ->