Home
last modified time | relevance | path

Searched refs:BT_Overlap (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 __anonbaa627d60111::CStringChecker
532 if (!BT_Overlap) in emitOverlapBug()
533 BT_Overlap.reset(new BugType(Filter.CheckNameCStringBufferOverlap, in emitOverlapBug()
538 new BugReport(*BT_Overlap, in emitOverlapBug()