Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp82 BT_NotCString, BT_AdditionOverflow; member in __anonf9b4f3e80111::CStringChecker
608 if (!BT_NotCString) in emitNotCStringBug()
609 BT_NotCString.reset(new BuiltinBug( in emitNotCStringBug()
614 std::make_unique<PathSensitiveBugReport>(*BT_NotCString, WarningMsg, N); in emitNotCStringBug()
624 if (!BT_NotCString) in emitAdditionOverflowBug()
625 BT_NotCString.reset( in emitAdditionOverflowBug()
637 std::make_unique<PathSensitiveBugReport>(*BT_NotCString, WarningMsg, N); in emitAdditionOverflowBug()