| sm-malloc.cc | 1494 class deref_before_check : public malloc_diagnostic class in namespace:ana::__anon12594 1497 deref_before_check (const malloc_state_machine &sm, tree arg) function in class:ana::__anon12594::deref_before_check 1506 const char *get_kind () const final override { return "deref_before_check"; } 2165 potentially add a deref_before_check warning to SM_CTXT. */ 2217 make_unique<deref_before_check> (*this, diag_ptr));
|