Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DPointerArithChecker.cpp61 mutable std::unique_ptr<BuiltinBug> BT_polyArray; member in __anon7fcb8afd0211::PointerArithChecker
174 if (!BT_polyArray) in reportPointerArithMisuse()
175 BT_polyArray.reset(new BuiltinBug( in reportPointerArithMisuse()
179 auto R = llvm::make_unique<BugReport>(*BT_polyArray, in reportPointerArithMisuse()
180 BT_polyArray->getDescription(), N); in reportPointerArithMisuse()