Home
last modified time | relevance | path

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

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