Home
last modified time | relevance | path

Searched refs:StreamSym (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp285 SymbolRef StreamSym) const { in constructSetEofNoteTag()
286 return C.getNoteTag([this, StreamSym](PathSensitiveBugReport &BR) { in constructSetEofNoteTag()
287 if (!BR.isInteresting(StreamSym) || in constructSetEofNoteTag()
291 BR.markNotInteresting(StreamSym); in constructSetEofNoteTag()
298 SymbolRef StreamSym) const { in constructSetErrorNoteTag()
299 return C.getNoteTag([this, StreamSym](PathSensitiveBugReport &BR) { in constructSetErrorNoteTag()
300 if (!BR.isInteresting(StreamSym) || in constructSetErrorNoteTag()
304 BR.markNotInteresting(StreamSym); in constructSetErrorNoteTag()
311 SymbolRef StreamSym) const { in constructSetEofOrErrorNoteTag()
312 return C.getNoteTag([this, StreamSym](PathSensitiveBugReport &BR) { in constructSetEofOrErrorNoteTag()
[all …]