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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
checker-event.h 132 virtual bool is_function_entry_p () const { return false; } function in class:ana::checker_event
352 bool is_function_entry_p () const final override { return true; }
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
checker-path.h 104 virtual bool is_function_entry_p () const { return false; } function in class:ana::checker_event
226 bool is_function_entry_p () const FINAL OVERRIDE { return true; }

Completed in 22 milliseconds