Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DStreamChecker.cpp94 void Ferror(CheckerContext &C, const CallExpr *CE) const;
204 Ferror(C, CE); in evalCall()
329 void StreamChecker::Ferror(CheckerContext &C, const CallExpr *CE) const { in Ferror() function in StreamChecker