Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DObjCAtSyncChecker.cpp29 mutable std::unique_ptr<BuiltinBug> BT_null; member in __anon1746a40c0111::ObjCAtSyncChecker
70 if (!BT_null) in checkPreStmt()
71 BT_null.reset(new BuiltinBug( in checkPreStmt()
75 new BugReport(*BT_null, BT_null->getDescription(), N); in checkPreStmt()
DDereferenceChecker.cpp32 mutable std::unique_ptr<BuiltinBug> BT_null; member in __anonec9156340111::DereferenceChecker
99 if (!BT_null) in reportBug()
100 BT_null.reset(new BuiltinBug(this, "Dereference of null pointer")); in reportBug()
164 new BugReport(*BT_null, in reportBug()
165 buf.empty() ? BT_null->getDescription() : buf.str(), in reportBug()