Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp85 BT_NotCString, BT_AdditionOverflow, BT_UninitRead; member in __anon06fcc92d0111::CStringChecker
690 if (!BT_AdditionOverflow) in emitAdditionOverflowBug()
691 BT_AdditionOverflow.reset( in emitAdditionOverflowBug()
702 auto Report = std::make_unique<PathSensitiveBugReport>(*BT_AdditionOverflow, in emitAdditionOverflowBug()