Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp85 BT_NotCString, BT_AdditionOverflow, BT_UninitRead; member in __anon8041b5f30111::CStringChecker
717 if (!BT_NotCString) { in emitNotCStringBug()
720 BT_NotCString.reset( in emitNotCStringBug()
725 std::make_unique<PathSensitiveBugReport>(*BT_NotCString, WarningMsg, N); in emitNotCStringBug()