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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
checker-event.cc 903 /* Override of checker_event::is_call_p for calls. */
906 call_event::is_call_p () const function in class:ana::call_event
checker-event.h 131 virtual bool is_call_p () const { return false; } function in class:ana::checker_event
495 bool is_call_p () const final override;
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
checker-path.cc 693 /* Override of checker_event::is_call_p for calls. */
696 call_event::is_call_p () const function in class:ana::call_event
checker-path.h 103 virtual bool is_call_p () const { return false; } function in class:ana::checker_event
357 bool is_call_p () const FINAL OVERRIDE;

Completed in 31 milliseconds