Searched defs:StreamOperationEvaluator (Results 1 – 1 of 1) sorted by relevance
634 struct StreamOperationEvaluator { struct635 SValBuilder &SVB;636 const ASTContext &ACtx;638 SymbolRef StreamSym = nullptr;639 const StreamState *SS = nullptr;640 const CallExpr *CE = nullptr;641 StreamErrorState NewES;643 StreamOperationEvaluator(CheckerContext &C) in StreamOperationEvaluator() function648 bool Init(const FnDescription *Desc, const CallEvent &Call, CheckerContext &C, in Init()666 bool isStreamEof() const { return SS->ErrorState == ErrorFEof; } in isStreamEof()[all …]