Searched refs:BT_undef (Results 1 – 2 of 2) sorted by relevance
30 mutable std::unique_ptr<BuiltinBug> BT_undef; member in __anonf6205c350111::ObjCAtSyncChecker47 if (!BT_undef) in checkPreStmt()48 BT_undef.reset(new BuiltinBug(this, "Uninitialized value used as mutex " in checkPreStmt()51 llvm::make_unique<BugReport>(*BT_undef, BT_undef->getDescription(), N); in checkPreStmt()
35 mutable std::unique_ptr<BuiltinBug> BT_undef; member in __anona6a2137d0111::DereferenceChecker194 if (!BT_undef) in checkLocation()195 BT_undef.reset( in checkLocation()199 llvm::make_unique<BugReport>(*BT_undef, BT_undef->getDescription(), N); in checkLocation()