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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp44 mutable std::unique_ptr<BugType> BT_call_null; member in class:__anon18163::CallAndMessageChecker
318 if (!BT_call_null)
319 BT_call_null.reset(new BuiltinBug(
321 emitBadCall(BT_call_null.get(), C, Callee);

Completed in 136 milliseconds