Searched refs:BT_null (Results 1 – 2 of 2) sorted by relevance
29 mutable llvm::OwningPtr<BuiltinBug> BT_null; member in __anoncce3b4f80111::ObjCAtSyncChecker70 if (!BT_null) in checkPreStmt()71 BT_null.reset(new BuiltinBug("Nil value used as mutex for @synchronized() " in checkPreStmt()74 new EnhancedBugReport(*BT_null, BT_null->getDescription(), N); in checkPreStmt()
28 mutable llvm::OwningPtr<BuiltinBug> BT_null; member in __anon55d084a00111::DereferenceChecker106 if (!BT_null) in checkLocation()107 BT_null.reset(new BuiltinBug("Dereference of null pointer")); in checkLocation()161 new EnhancedBugReport(*BT_null, in checkLocation()162 buf.empty() ? BT_null->getDescription():buf.str(), in checkLocation()