Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp44 mutable std::unique_ptr<BugType> BT_call_null; member in __anona30956620111::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()