Searched refs:BT_pointerArith (Results 1 – 2 of 2) sorted by relevance
58 mutable std::unique_ptr<BuiltinBug> BT_pointerArith; member in __anonb2da1e530211::PointerArithChecker194 if (!BT_pointerArith) in reportPointerArithMisuse()195 BT_pointerArith.reset(new BuiltinBug(this, "Dangerous pointer arithmetic", in reportPointerArithMisuse()200 *BT_pointerArith, BT_pointerArith->getDescription(), N); in reportPointerArithMisuse()
60 mutable std::unique_ptr<BuiltinBug> BT_pointerArith; member in __anon0cea29e50211::PointerArithChecker197 if (!BT_pointerArith) in reportPointerArithMisuse()198 BT_pointerArith.reset(new BuiltinBug(this, "Dangerous pointer arithmetic", in reportPointerArithMisuse()202 auto R = llvm::make_unique<BugReport>(*BT_pointerArith, in reportPointerArithMisuse()203 BT_pointerArith->getDescription(), N); in reportPointerArithMisuse()