Searched refs:BT_undef (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAtSyncChecker.cpp29 mutable std::unique_ptr<BuiltinBug> BT_undef; member in class:__anon2275::ObjCAtSyncChecker
46 if (!BT_undef)
47 BT_undef.reset(new BuiltinBug(this, "Uninitialized value used as mutex "
50 *BT_undef, BT_undef->getDescription(), N);
H A DDereferenceChecker.cpp34 mutable std::unique_ptr<BuiltinBug> BT_undef; member in class:__anon2219::DereferenceChecker
199 if (!BT_undef)
200 BT_undef.reset(
204 *BT_undef, BT_undef->getDescription(), N);

Completed in 110 milliseconds