Searched refs:BT_cxx_call_null (Results 1 – 1 of 1) sorted by relevance
35 mutable OwningPtr<BugType> BT_cxx_call_null; member in __anonb8d434a30111::CallAndMessageChecker274 if (!BT_cxx_call_null) in checkPreCall()275 BT_cxx_call_null.reset(new BuiltinBug("Called C++ object pointer " in checkPreCall()277 emitBadCall(BT_cxx_call_null.get(), C, CC->getCXXThisExpr()); in checkPreCall()