Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp36 mutable std::unique_ptr<BugType> BT_call_null; member in __anon2c6df1820111::CallAndMessageChecker
397 if (!BT_call_null) in checkFunctionPointerCall()
398 BT_call_null.reset(new BuiltinBug( in checkFunctionPointerCall()
400 emitBadCall(BT_call_null.get(), C, Callee); in checkFunctionPointerCall()