show_unreachable.sh: change the line number format
[smatch.git] / smatch_data / db / call_implies.schema
blob44b1eab98955e0b16b0577d51d3b11828f4e8852
1 CREATE TABLE call_implies (file varchar(128), function varchar(64), call_id integer, static integer, type integer, parameter integer, value varchar(256));
3 CREATE INDEX call_implies_fn_idx on call_implies (function);
4 CREATE INDEX call_implies_ff_idx on call_implies (file, function);