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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
checker-event.cc 982 /* Override of checker_event::is_return_p for returns. */
985 return_event::is_return_p () const function in class:ana::return_event
checker-event.h 133 virtual bool is_return_p () const { return false; } function in class:ana::checker_event
516 bool is_return_p () const final override;
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
checker-path.cc 751 /* Override of checker_event::is_return_p for returns. */
754 return_event::is_return_p () const function in class:ana::return_event
checker-path.h 105 virtual bool is_return_p () const { return false; } function in class:ana::checker_event
373 bool is_return_p () const FINAL OVERRIDE;

Completed in 30 milliseconds