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 llvm::OwningPtr<BuiltinBug> BT_null; member in __anoncce3b4f80111::ObjCAtSyncChecker
70 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()
DDereferenceChecker.cpp28 mutable llvm::OwningPtr<BuiltinBug> BT_null; member in __anon55d084a00111::DereferenceChecker
106 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()