Home
last modified time | relevance | path

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

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