Searched refs:BT_undef (Results 1 – 2 of 2) sorted by relevance
30 mutable OwningPtr<BuiltinBug> BT_undef; member in __anon3023a97f0111::ObjCAtSyncChecker47 if (!BT_undef) in checkPreStmt()48 BT_undef.reset(new BuiltinBug("Uninitialized value used as mutex " in checkPreStmt()51 new BugReport(*BT_undef, BT_undef->getDescription(), N); in checkPreStmt()
33 mutable OwningPtr<BuiltinBug> BT_undef; member in __anon210f0a070111::DereferenceChecker182 if (!BT_undef) in checkLocation()183 BT_undef.reset(new BuiltinBug("Dereference of undefined pointer value")); in checkLocation()186 new BugReport(*BT_undef, BT_undef->getDescription(), N); in checkLocation()