Searched refs:BT_polyArray (Results 1 – 1 of 1) sorted by relevance
60 mutable std::unique_ptr<BuiltinBug> BT_polyArray; member in __anon7a06342b0211::PointerArithChecker172 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()