Home
last modified time | relevance | path

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

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