Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp85 BT_NotCString, BT_AdditionOverflow, BT_UninitRead; member in __anon06fcc92d0111::CStringChecker
674 if (!BT_NotCString) in emitNotCStringBug()
675 BT_NotCString.reset(new BuiltinBug( in emitNotCStringBug()
680 std::make_unique<PathSensitiveBugReport>(*BT_NotCString, WarningMsg, N); in emitNotCStringBug()