OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bt_stackleak
(Results
1 - 1
of
1
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp
31
mutable std::unique_ptr<BuiltinBug>
BT_stackleak
;
227
if (!
BT_stackleak
)
228
BT_stackleak
.reset(
248
auto report = llvm::make_unique<BugReport>(*
BT_stackleak
, os.str(), N);
Completed in 59 milliseconds