Home | History | Annotate | Download | only in libscanbuild

Lines Matching defs:predicate

409     def predicate(bug):
412 current_category = predicate.categories.get(bug_category, dict())
420 predicate.categories.update({bug_category: current_category})
421 predicate.total += 1
423 predicate.total = 0
424 predicate.categories = dict()
425 return predicate
429 def predicate(bug):
440 return predicate
444 def predicate(crash):
454 return predicate