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

  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCAtSyncChecker.cpp 30 mutable std::unique_ptr<BuiltinBug> BT_undef;
47 if (!BT_undef)
48 BT_undef.reset(new BuiltinBug(this, "Uninitialized value used as mutex "
51 llvm::make_unique<BugReport>(*BT_undef, BT_undef->getDescription(), N);
DereferenceChecker.cpp 35 mutable std::unique_ptr<BuiltinBug> BT_undef;
185 if (!BT_undef)
186 BT_undef.reset(
190 llvm::make_unique<BugReport>(*BT_undef, BT_undef->getDescription(), N);

Completed in 187 milliseconds