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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
checker-event.cc 548 /* class superedge_event : public checker_event. */
551 for superedge_event. */
554 superedge_event::maybe_add_sarif_properties (sarif_object &thread_flow_loc_obj)
559 #define PROPERTY_PREFIX "gcc/analyzer/superedge_event/"
565 /* Get the callgraph_superedge for this superedge_event, which must be
569 superedge_event::get_callgraph_superedge () const
579 superedge_event::should_filter_p (int verbosity) const
606 /* superedge_event's ctor. */
608 superedge_event::superedge_event (enum event_kind kind function in class:ana::superedge_event
    [all...]
checker-event.h 82 superedge_event
394 class superedge_event : public checker_event class in namespace:ana
415 superedge_event (enum event_kind kind, const exploded_edge &eedge,
429 class cfg_edge_event : public superedge_event
486 class call_event : public superedge_event
507 class return_event : public superedge_event
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
checker-path.cc 360 /* class superedge_event : public checker_event. */
362 /* Get the callgraph_superedge for this superedge_event, which must be
366 superedge_event::get_callgraph_superedge () const
376 superedge_event::should_filter_p (int verbosity) const
404 /* superedge_event's ctor. */
406 superedge_event::superedge_event (enum event_kind kind, function in class:ana::superedge_event
415 /* class cfg_edge_event : public superedge_event. */
430 : superedge_event (kind, eedge, loc, fndecl, depth)
643 /* class call_event : public superedge_event. *
    [all...]
checker-path.h 65 superedge_event
263 class superedge_event : public checker_event class in namespace:ana
281 superedge_event (enum event_kind kind, const exploded_edge &eedge,
295 class cfg_edge_event : public superedge_event
349 class call_event : public superedge_event
365 class return_event : public superedge_event

Completed in 29 milliseconds