Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp89 BT_NotCString, BT_AdditionOverflow, BT_UninitRead; member in __anonab3056f20111::CStringChecker
880 if (!BT_AdditionOverflow) { in emitAdditionOverflowBug()
884 BT_AdditionOverflow.reset( in emitAdditionOverflowBug()
895 auto Report = std::make_unique<PathSensitiveBugReport>(*BT_AdditionOverflow, in emitAdditionOverflowBug()