Searched refs:getInterestingRegions (Results 1 – 2 of 2) sorted by relevance
139 Regions &getInterestingRegions();
2603 getInterestingRegions().insert(meta->getRegion()); in markInteresting()2612 if (getInterestingRegions().insert(R).second) in markInteresting()2646 bool b = getInterestingRegions().count(R); in isInteresting()2672 BugReport::Regions &BugReport::getInterestingRegions() { in getInterestingRegions() function in BugReport2679 interestingRegions.push_back(new Regions(getInterestingRegions())); in pushInterestingSymbolsAndRegions()