HomeSort by relevance Sort by last modified time
    Searched full:bt_undef (Results 1 - 3 of 3) 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);
ReturnUndefChecker.cpp 28 mutable std::unique_ptr<BuiltinBug> BT_Undef;
96 if (!BT_Undef)
97 BT_Undef.reset(
100 emitBug(C, *BT_Undef, RetE);
DereferenceChecker.cpp 35 mutable std::unique_ptr<BuiltinBug> BT_undef;
194 if (!BT_undef)
195 BT_undef.reset(
199 llvm::make_unique<BugReport>(*BT_undef, BT_undef->getDescription(), N);

Completed in 3441 milliseconds