OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bt_pointerarith
(Results
1 - 1
of
1
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
PointerArithChecker.cpp
60
mutable std::unique_ptr<BuiltinBug>
BT_pointerArith
;
197
if (!
BT_pointerArith
)
198
BT_pointerArith
.reset(new BuiltinBug(this, "Dangerous pointer arithmetic",
202
auto R = llvm::make_unique<BugReport>(*
BT_pointerArith
,
203
BT_pointerArith
->getDescription(), N);
Completed in 143 milliseconds