Home | History | Annotate | Download | only in libscanbuild

Lines Matching refs:bug_type

180             for bug_type in types.values():
183 | <td class="SUMM_DESC">{bug_type}</td>
191 | </tr>""", indent).format(**bug_type))
231 | <td class="DESC">{bug_type}</td>
325 'bug_type': bug['type'],
336 patterns = [re.compile(r'<!-- BUGTYPE (?P<bug_type>.*) -->$'),
397 return escape('bt_' + smash('bug_category') + '_' + smash('bug_type'))
411 bug_type = bug['bug_type']
413 current_type = current_category.get(bug_type, {
414 'bug_type': bug_type,
419 current_category.update({bug_type: current_type})
436 encode_value(bug, 'bug_type', escape)