Home
last modified time | relevance | path

Searched refs:cur_type (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dfill_db_type_size.pl144 my ($sth, @row, $cur_type, $type, @ranges, $range_txt, %range, $min, $max, $union_array, $skip);
150 $cur_type = "";
156 if ($cur_type ne "$type") {
157 if ($cur_type ne "" && $skip == 0) {
158 print_info($cur_type, $union_array);
160 $cur_type = $type;
181 print_info($cur_type, $union_array);
H A Dfill_db_type_value.pl148 my ($sth, @row, $cur_type, $type, @ranges, $range_txt, %range, $min, $max, $union_array, $skip);
154 $cur_type = "";
158 if ($cur_type ne "$type") {
159 if ($cur_type ne "" && $skip == 0) {
160 print_info($cur_type, $union_array);
162 $cur_type = $type;
191 print_info($cur_type, $union_array);