HomeSort by: relevance | last modified time | path
    Searched defs:deref_before_check (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/analyzer/
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));

Completed in 21 milliseconds