Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp38 mutable std::unique_ptr<BugType> BT_Null, BT_Bounds, BT_Overlap, member in __anonca25b8fe0111::CStringChecker
312 if (!BT_Bounds) { in CheckLocation()
313 BT_Bounds.reset(new BuiltinBug( in CheckLocation()
317 BuiltinBug *BT = static_cast<BuiltinBug*>(BT_Bounds.get()); in CheckLocation()