Searched refs:constructSetEofNoteTag (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StreamChecker.cpp | 475 const NoteTag *constructSetEofNoteTag(CheckerContext &C, in constructSetEofNoteTag() function in __anon7b286b250211::StreamChecker 801 C.addTransition(StateFailed, constructSetEofNoteTag(C, StreamSym)); in evalFreadFwrite() 887 C.addTransition(StateFailed, constructSetEofNoteTag(C, StreamSym)); in evalFgetx() 1051 C.addTransition(StateFailed, constructSetEofNoteTag(C, StreamSym)); in evalFscanf() 1146 C.addTransition(StateFailed, constructSetEofNoteTag(C, StreamSym)); in evalGetdelim() 1215 C.addTransition(StateFailed, constructSetEofNoteTag(C, StreamSym)); in evalFseek()
|