Home
last modified time | relevance | path

Searched refs:BT_undef (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DObjCAtSyncChecker.cpp30 mutable std::unique_ptr<BuiltinBug> BT_undef; member in __anon85193bb60111::ObjCAtSyncChecker
47 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()
DDereferenceChecker.cpp35 mutable std::unique_ptr<BuiltinBug> BT_undef; member in __anon14b6e31e0111::DereferenceChecker
185 if (!BT_undef) in checkLocation()
186 BT_undef.reset( in checkLocation()
190 llvm::make_unique<BugReport>(*BT_undef, BT_undef->getDescription(), N); in checkLocation()