Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoTesterChecker.cpp159 getErrnoNoteTag(C, "Assuming that this function succeeds but " in evalSetErrnoCheckState()
164 getErrnoNoteTag(C, "Assuming that this function returns 2. 'errno' " in evalSetErrnoCheckState()
H A DErrnoModeling.h72 const NoteTag *getErrnoNoteTag(CheckerContext &C, const std::string &Message);
H A DErrnoModeling.cpp267 const NoteTag *getErrnoNoteTag(CheckerContext &C, const std::string &Message) { in getErrnoNoteTag() function
H A DStdLibraryFunctionsChecker.cpp1026 C.addTransition(NewState, errno_modeling::getErrnoNoteTag(C, Note)); in checkPostCall()