Home | History | Annotate | Download | only in Core

Lines Matching refs:isInteresting

1308 bool BugReport::isInteresting(SVal V) const {
1309 return isInteresting(V.getAsRegion()) || isInteresting(V.getAsSymbol());
1312 bool BugReport::isInteresting(SymbolRef sym) const {
1320 bool BugReport::isInteresting(const MemRegion *R) const {