Lines Matching defs:SymbolRef
184 // The stream is identified with a SymbolRef that is created when a stream
186 REGISTER_MAP_WITH_PROGRAMSTATE(StreamMap, SymbolRef, StreamState)
285 SymbolRef StreamSym) const {
298 SymbolRef StreamSym) const {
311 SymbolRef StreamSym) const {
567 void reportFEofWarning(SymbolRef StreamSym, CheckerContext &C,
573 ExplodedNode *reportLeaks(const SmallVector<SymbolRef, 2> &LeakedSyms,
593 const NoteTag *constructLeakNoteTag(CheckerContext &C, SymbolRef StreamSym,
630 SymbolRef StreamSym,
638 SymbolRef StreamSym = nullptr;
782 NoStreamStateChangeVisitor(SymbolRef Sym, const StreamChecker *Checker)
789 SymbolRef StreamSym,
898 SymbolRef RetSym = RetVal.getAsSymbol();
945 SymbolRef StreamSym = StreamVal->getAsSymbol();
1009 SymbolRef Sym = StreamVal.getAsSymbol();
1637 auto ClearErrorInNotFailed = [&StateNotFailed, Desc](SymbolRef Sym,
1649 if (SymbolRef StreamSym = StreamVal.getAsSymbol()) {
1661 SymbolRef Sym = I.first;
1762 SymbolRef StreamSym = getStreamArg(Desc, Call).getAsSymbol();
1802 SymbolRef Sym = StreamVal.getAsSymbol();
1851 SymbolRef Sym = StreamVal.getAsSymbol();
1917 void StreamChecker::reportFEofWarning(SymbolRef StreamSym, CheckerContext &C,
1933 StreamChecker::reportLeaks(const SmallVector<SymbolRef, 2> &LeakedSyms,
1939 for (SymbolRef LeakSym : LeakedSyms) {
1978 llvm::SmallVector<SymbolRef, 2> LeakedSyms;
1982 SymbolRef Sym = I.first;
2007 for (SymbolRef Sym : Escaped) {