Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp59 mutable std::unique_ptr<BuiltinBug> BT_polyArray; member in __anon1b2f108c0211::PointerArithChecker
171 if (!BT_polyArray) in reportPointerArithMisuse()
172 BT_polyArray.reset(new BuiltinBug( in reportPointerArithMisuse()
177 *BT_polyArray, BT_polyArray->getDescription(), N); in reportPointerArithMisuse()