eedc2e5e173510b56e2f04b252221f37f162fc61
[smatch.git] / smatch_data / db / function_ptr.idx
blobeedc2e5e173510b56e2f04b252221f37f162fc61
1 CREATE INDEX fn_ptr_idx_file on function_ptr (file, function);
2 CREATE INDEX fn_ptr_idx_nofile on function_ptr (function);