Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAtSyncChecker.cpp29 mutable std::unique_ptr<BuiltinBug> BT_undef; member in __anon137bcede0111::ObjCAtSyncChecker
46 if (!BT_undef) in checkPreStmt()
47 BT_undef.reset(new BuiltinBug(this, "Uninitialized value used as mutex " in checkPreStmt()
50 *BT_undef, BT_undef->getDescription(), N); in checkPreStmt()