Coccinelle release 0.2.5-rc9
[bpt/coccinelle.git] / parsing_cocci / get_constants2.mli
CommitLineData
1eddfd50
C
1type combine =
2 And of combine list | Or of combine list | Elem of string | False | True
3
34e49164
C
4val get_constants :
5 Ast_cocci.rule list ->
6 (((Ast_cocci.meta_name list) list) list) (*negated pos vars*) ->
90aeb998 7 (string list option (* grep result *) *
1eddfd50
C
8 string list option (* non-grep result, if any *) *
9 combine option (* raw non-grep result, if any *))