Searched refs:BT_null (Results 1 – 2 of 2) sorted by relevance
29 mutable std::unique_ptr<BuiltinBug> BT_null; member in __anon1746a40c0111::ObjCAtSyncChecker70 if (!BT_null) in checkPreStmt()71 BT_null.reset(new BuiltinBug( in checkPreStmt()75 new BugReport(*BT_null, BT_null->getDescription(), N); in checkPreStmt()
32 mutable std::unique_ptr<BuiltinBug> BT_null; member in __anonec9156340111::DereferenceChecker99 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()