HomeSort by relevance Sort by last modified time
    Searched refs:BT_null (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCAtSyncChecker.cpp 29 mutable OwningPtr<BuiltinBug> BT_null;
70 if (!BT_null)
71 BT_null.reset(new BuiltinBug("Nil value used as mutex for @synchronized() "
74 new BugReport(*BT_null, BT_null->getDescription(), N);
DereferenceChecker.cpp 31 mutable OwningPtr<BuiltinBug> BT_null;
90 if (!BT_null)
91 BT_null.reset(new BuiltinBug("Dereference of null pointer"));
160 new BugReport(*BT_null,
161 buf.empty() ? BT_null->getDescription() : buf.str(),

Completed in 50 milliseconds