Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp38 mutable std::unique_ptr<BugType> BT_cxx_call_null; member in __anon766709490111::CallAndMessageChecker
466 if (!BT_cxx_call_null) in checkCXXMethodCall()
467 BT_cxx_call_null.reset( in checkCXXMethodCall()
469 emitBadCall(BT_cxx_call_null.get(), C, CC->getCXXThisExpr()); in checkCXXMethodCall()