Searched refs:RetSym (Results 1 – 4 of 4) sorted by relevance
125 SymbolRef RetSym = Call.getReturnValue().getAsSymbol(); in processSetuid() local127 State = State->set<LastSetuidCallSVal>(RetSym); in processSetuid()129 RetSym](PathSensitiveBugReport &BR) { in processSetuid()130 if (!BR.isInteresting(RetSym) || &BR.getBugType() != &this->BT) in processSetuid()
898 SymbolRef RetSym = RetVal.getAsSymbol(); in evalFopen() local899 assert(RetSym && "RetVal must be a symbol here."); in evalFopen()910 StateNotNull->set<StreamMap>(RetSym, StreamState::getOpened(Desc)); in evalFopen()912 StateNull->set<StreamMap>(RetSym, StreamState::getOpenFailed(Desc)); in evalFopen()915 constructLeakNoteTag(C, RetSym, "Stream opened here")); in evalFopen()
2882 for (auto [Sym, RetSym] : FR) { in checkDeadSymbols()2883 if (SymReaper.isDead(Sym) || SymReaper.isDead(RetSym)) { in checkDeadSymbols()
336 SymbolRef RetSym = SV.getAsLocSymbol(); in getMessage() local337 if (RetSym == Sym) { in getMessage()