Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp85 BT_NotCString, BT_AdditionOverflow, BT_UninitRead; member in __anon8041b5f30111::CStringChecker
735 if (!BT_AdditionOverflow) { in emitAdditionOverflowBug()
739 BT_AdditionOverflow.reset( in emitAdditionOverflowBug()
750 auto Report = std::make_unique<PathSensitiveBugReport>(*BT_AdditionOverflow, in emitAdditionOverflowBug()