Home
last modified time | relevance | path

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

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