Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DObjCAtSyncChecker.cpp29 mutable std::unique_ptr<BuiltinBug> BT_null; member in __anonb9fe84340111::ObjCAtSyncChecker
70 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()
DDereferenceChecker.cpp34 mutable std::unique_ptr<BuiltinBug> BT_null; member in __anone6453b5c0111::DereferenceChecker
123 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()