Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp88 mutable std::unique_ptr<BugType> BT_Null, BT_Bounds, BT_Overlap, member in __anonfd7ae7fd0111::CStringChecker
787 if (!BT_Overlap) in emitOverlapBug()
788 BT_Overlap.reset(new BugType(Filter.CheckNameCStringBufferOverlap, in emitOverlapBug()
793 *BT_Overlap, "Arguments must not be overlapping buffers", N); in emitOverlapBug()