Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoTesterChecker.cpp162 getErrnoNoteTag(C, "Assuming that this function succeeds but " in evalSetErrnoCheckState()
167 getErrnoNoteTag(C, "Assuming that this function returns 2. 'errno' " in evalSetErrnoCheckState()
H A DErrnoModeling.h80 const NoteTag *getErrnoNoteTag(CheckerContext &C, const std::string &Message);
H A DErrnoModeling.cpp228 const NoteTag *getErrnoNoteTag(CheckerContext &C, const std::string &Message) { in getErrnoNoteTag() function