Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAtSyncChecker.cpp28 mutable std::unique_ptr<BuiltinBug> BT_null; member in __anon64555a030111::ObjCAtSyncChecker
69 if (!BT_null) in checkPreStmt()
70 BT_null.reset(new BuiltinBug( in checkPreStmt()
74 *BT_null, BT_null->getDescription(), N); in checkPreStmt()