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 OwningPtr<BuiltinBug> BT_null; member in __anon3023a97f0111::ObjCAtSyncChecker
70 if (!BT_null) in checkPreStmt()
71 BT_null.reset(new BuiltinBug("Nil value used as mutex for @synchronized() " in checkPreStmt()
74 new BugReport(*BT_null, BT_null->getDescription(), N); in checkPreStmt()
DDereferenceChecker.cpp32 mutable OwningPtr<BuiltinBug> BT_null; member in __anon210f0a070111::DereferenceChecker
99 if (!BT_null) in reportBug()
100 BT_null.reset(new BuiltinBug("Dereference of null pointer")); in reportBug()
164 new BugReport(*BT_null, in reportBug()
165 buf.empty() ? BT_null->getDescription() : buf.str(), in reportBug()