Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DStreamChecker.cpp83 void Fread(CheckerContext &C, const CallExpr *CE) const;
156 Fread(C, CE); in REGISTER_MAP_WITH_PROGRAMSTATE()
244 void StreamChecker::Fread(CheckerContext &C, const CallExpr *CE) const { in Fread() function in StreamChecker