Searched defs:BT_Null (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp38 mutable std::unique_ptr<BugType> BT_Null, BT_Bounds, BT_Overlap, member in class:__anon18160::CStringChecker
236 if (!BT_Null)
237 BT_Null.reset(new BuiltinBug(
247 BuiltinBug *BT = static_cast<BuiltinBug*>(BT_Null.get());

Completed in 72 milliseconds