Searched refs:BT_null (Results 1 – 2 of 2) sorted by relevance
29 mutable OwningPtr<BuiltinBug> BT_null; member in __anon23f8defb0111::ObjCAtSyncChecker70 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()
31 mutable OwningPtr<BuiltinBug> BT_null; member in __anon8f8aef030111::DereferenceChecker90 if (!BT_null) in reportBug()91 BT_null.reset(new BuiltinBug("Dereference of null pointer")); in reportBug()160 new BugReport(*BT_null, in reportBug()161 buf.empty() ? BT_null->getDescription() : buf.str(), in reportBug()