Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DStreamChecker.cpp88 void Fgetpos(CheckerContext &C, const CallExpr *CE) const;
176 Fgetpos(C, CE); in REGISTER_MAP_WITH_PROGRAMSTATE()
300 void StreamChecker::Fgetpos(CheckerContext &C, const CallExpr *CE) const { in Fgetpos() function in StreamChecker