Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp60 mutable std::unique_ptr<BuiltinBug> BT_polyArray; member in __anon7a06342b0211::PointerArithChecker
172 if (!BT_polyArray) in reportPointerArithMisuse()
173 BT_polyArray.reset(new BuiltinBug( in reportPointerArithMisuse()
177 auto R = llvm::make_unique<BugReport>(*BT_polyArray, in reportPointerArithMisuse()
178 BT_polyArray->getDescription(), N); in reportPointerArithMisuse()