Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp36 mutable std::unique_ptr<BugType> BT_call_null; member in __anonb56e454c0111::CallAndMessageChecker
396 if (!BT_call_null) in checkFunctionPointerCall()
397 BT_call_null.reset(new BugType( in checkFunctionPointerCall()
399 emitBadCall(BT_call_null.get(), C, Callee); in checkFunctionPointerCall()