Home
last modified time | relevance | path

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

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp60 const BugType BT_polyArray{this, "Dangerous pointer arithmetic"}; member in __anonf5e25a0f0211::PointerArithChecker
174 auto R = std::make_unique<PathSensitiveBugReport>(BT_polyArray, Msg, N); in reportPointerArithMisuse()