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 std::unique_ptr<BuiltinBug> BT_null;
70 if (!BT_null)
71 BT_null.reset(new BuiltinBug(
75 llvm::make_unique<BugReport>(*BT_null, BT_null->getDescription(), N);
DereferenceChecker.cpp 34 mutable std::unique_ptr<BuiltinBug> BT_null;
101 if (!BT_null)
102 BT_null.reset(new BuiltinBug(this, "Dereference of null pointer"));
169 *BT_null, buf.empty() ? BT_null->getDescription() : StringRef(buf), N);

Completed in 55 milliseconds