Home | History | Annotate | Download | only in tutorial

Lines Matching full:named_values

700         let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10
706 (try Hashtbl.find named_values name with
763 Hashtbl.add named_values n a;
769 Hashtbl.clear named_values;