Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp593 const NoteTag *constructLeakNoteTag(CheckerContext &C, SymbolRef StreamSym, in constructLeakNoteTag() function in __anon299e83ef0211::StreamChecker
915 constructLeakNoteTag(C, RetSym, "Stream opened here")); in evalFopen()
973 constructLeakNoteTag(C, StreamSym, "Stream reopened here")); in evalFreopen()