Searched refs:getInterestingSymbols (Results 1 – 2 of 2) sorted by relevance
2595 if (getInterestingSymbols().insert(sym).second) in markInteresting()2612 getInterestingSymbols().insert(SR->getSymbol()); in markInteresting()2635 return getInterestingSymbols().count(sym); in isInteresting()2646 return getInterestingSymbols().count(SR->getSymbol()); in isInteresting()2663 BugReport::Symbols &BugReport::getInterestingSymbols() { in getInterestingSymbols() function in BugReport2674 interestingSymbols.push_back(new Symbols(getInterestingSymbols())); in pushInterestingSymbolsAndRegions()
138 Symbols &getInterestingSymbols();