Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp96 BT_NotCString, BT_AdditionOverflow, BT_UninitRead; member in __anonb040ba6a0111::CStringChecker
714 if (!BT_AdditionOverflow) in emitAdditionOverflowBug()
715 BT_AdditionOverflow.reset( in emitAdditionOverflowBug()
726 auto Report = std::make_unique<PathSensitiveBugReport>(*BT_AdditionOverflow, in emitAdditionOverflowBug()