Searched refs:LastOperation (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp91 const FnDescription *LastOperation; member in struct:__anon992::StreamState
116 : LastOperation(L), State(S), ErrorState(ES),
131 return LastOperation == X.LastOperation && State == X.State &&
149 ID.AddPointer(LastOperation);
1431 StreamSym, StreamState::getOpened(SS->LastOperation, ErrorKind));
1614 Sym, StreamState::getOpened(SS->LastOperation, ErrorFEof, false));

Completed in 360 milliseconds