Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DStreamChecker.cpp92 void Ferror(CheckerContext &C, const CallExpr *CE) const;
192 Ferror(C, CE); in REGISTER_MAP_WITH_PROGRAMSTATE()
327 void StreamChecker::Ferror(CheckerContext &C, const CallExpr *CE) const { in Ferror() function in StreamChecker