Home
last modified time | relevance | path

Searched refs:target_enode (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Ddiagnostic-manager.cc93 exploded_path *get_best_epath (const exploded_node *target_enode,
100 exploded_path *explore_feasible_paths (const exploded_node *target_enode,
105 const exploded_node *target_enode,
108 void dump_trimmed_graph (const exploded_node *target_enode,
112 void dump_feasible_graph (const exploded_node *target_enode,
115 void dump_feasible_path (const exploded_node *target_enode,
376 epath_finder::explore_feasible_paths (const exploded_node *target_enode, in explore_feasible_paths() argument
387 (m_eg, target_enode, SPS_TO_GIVEN_TARGET); in explore_feasible_paths()
393 trimmed_graph tg (m_eg, target_enode); in explore_feasible_paths()
396 dump_trimmed_graph (target_enode, desc, diag_idx, tg, sep); in explore_feasible_paths()
[all …]