Searched refs:BT_nullfp (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp65 mutable std::unique_ptr<BuiltinBug> BT_nullfp, BT_illegalwhence, member in class:__anon18239::StreamChecker
354 if (!BT_nullfp)
355 BT_nullfp.reset(new BuiltinBug(this, "NULL stream pointer",
357 BugReport *R =new BugReport(*BT_nullfp, BT_nullfp->getDescription(), N);

Completed in 76 milliseconds