Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp84 mutable std::unique_ptr<BugType> BT_Null, BT_Bounds, BT_Overlap, member in __anon06fcc92d0111::CStringChecker
598 if (!BT_Overlap) in emitOverlapBug()
599 BT_Overlap.reset(new BugType(Filter.CheckNameCStringBufferOverlap, in emitOverlapBug()
604 *BT_Overlap, "Arguments must not be overlapping buffers", N); in emitOverlapBug()