Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DStreamChecker.cpp80 void Fopen(CheckerContext &C, const CallExpr *CE) const;
144 Fopen(C, CE); in REGISTER_MAP_WITH_PROGRAMSTATE()
203 void StreamChecker::Fopen(CheckerContext &C, const CallExpr *CE) const { in Fopen() function in StreamChecker