OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bt_call_null
(Results
1 - 1
of
1
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp
45
mutable std::unique_ptr<BugType>
BT_call_null
;
325
if (!
BT_call_null
)
326
BT_call_null
.reset(new BuiltinBug(
328
emitBadCall(
BT_call_null
.get(), C, Callee);
Completed in 61 milliseconds