Searched refs:BT_pointerArith (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp58 mutable std::unique_ptr<BuiltinBug> BT_pointerArith; member in class:__anon840::PointerArithChecker
194 if (!BT_pointerArith)
195 BT_pointerArith.reset(new BuiltinBug(this, "Dangerous pointer arithmetic",
200 *BT_pointerArith, BT_pointerArith->getDescription(), N);

Completed in 101 milliseconds