Searched refs:BT_null (Results 1 – 2 of 2) sorted by relevance
29 mutable std::unique_ptr<BuiltinBug> BT_null; member in __anonb9fe84340111::ObjCAtSyncChecker70 if (!BT_null) in checkPreStmt()71 BT_null.reset(new BuiltinBug( in checkPreStmt()75 llvm::make_unique<BugReport>(*BT_null, BT_null->getDescription(), N); in checkPreStmt()
34 mutable std::unique_ptr<BuiltinBug> BT_null; member in __anone6453b5c0111::DereferenceChecker123 if (!BT_null) in reportBug()124 BT_null.reset(new BuiltinBug(this, "Dereference of null pointer")); in reportBug()178 *BT_null, buf.empty() ? BT_null->getDescription() : StringRef(buf), N); in reportBug()