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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
checker-event.cc 356 /* class function_entry_event : public checker_event. */
358 function_entry_event::function_entry_event (const program_point &dst_point) function in class:ana::function_entry_event
368 function_entry_event.
373 function_entry_event::get_desc (bool can_colorize) const
382 function_entry_event::get_meaning () const
checker-event.h 80 function_entry_event (EK_FUNCTION_ENTRY)
339 class function_entry_event : public checker_event class in namespace:ana
342 function_entry_event (const event_loc_info &loc_info) function in class:ana::function_entry_event
347 function_entry_event (const program_point &dst_point);
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
checker-path.h 63 function_entry_event (EK_FUNCTION_ENTRY)
216 class function_entry_event : public checker_event class in namespace:ana
219 function_entry_event (location_t loc, tree fndecl, int depth) function in class:ana::function_entry_event

Completed in 25 milliseconds