Home
last modified time | relevance | path

Searched refs:BT_Bounds (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
842 if (!BT_Bounds) in emitOutOfBoundsBug()
843 BT_Bounds.reset(new BugType(Filter.CheckCStringOutOfBounds in emitOutOfBoundsBug()
852 std::make_unique<PathSensitiveBugReport>(*BT_Bounds, WarningMsg, N); in emitOutOfBoundsBug()