Home
last modified time | relevance | path

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

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