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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp59 mutable std::unique_ptr<BuiltinBug> BT_polyArray; member in class:__anon3406::PointerArithChecker
171 if (!BT_polyArray)
172 BT_polyArray.reset(new BuiltinBug(
177 *BT_polyArray, BT_polyArray->getDescription(), N);

Completed in 65 milliseconds