Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDObjCAtSyncChecker.cpp29 mutable OwningPtr<BuiltinBug> BT_null; member in __anon72bf85d60111::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()
HDDereferenceChecker.cpp32 mutable OwningPtr<BuiltinBug> BT_null; member in __anonb726713e0111::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()