(*
* This file is part of Coccinelle, licensed under the terms of the GPL v2.
* See copyright.txt in the Coccinelle source code for more information.
* The Coccinelle source code can be obtained at http://coccinelle.lip6.fr
*)
type isomorphism =
Ast_cocci.metavar list * Ast0_cocci.anything list list * string(*iso name*)
val apply_isos :
isomorphism list -> Ast0_cocci.rule -> string (* rule name *) ->
Ast_cocci.metavar list * Ast0_cocci.rule
val rebuild_mcode : int option -> Visitor_ast0_types.rebuilder_rec_functions
val verbose_iso : bool ref
|