Searched refs:exploded_path (Results 1 – 17 of 17) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | diagnostic-manager.cc | 107 exploded_path **out_best_path) const; 140 exploded_path * 192 exploded_path *epath in get_best_epath() 193 = new exploded_path (m_sep->get_shortest_path (enode)); in get_best_epath() 375 exploded_path * 386 shortest_paths<eg_traits, exploded_path> sep in explore_feasible_paths() 413 exploded_path *best_path = NULL; in explore_feasible_paths() 460 exploded_path **out_best_path) const in process_worklist_item() 891 const exploded_path &epath, in path_builder() 1364 const exploded_path *epath = sd.get_best_epath (); in emit_saved_diagnostic() [all …]
|
H A D | diagnostic-manager.h | 58 const exploded_path *get_best_epath () const { return m_best_epath; } in get_best_epath() 86 exploded_path *m_best_epath; // owned 149 const exploded_path &epath,
|
H A D | feasible-graph.cc | 199 exploded_path * 202 exploded_path *epath = new exploded_path (); in make_epath()
|
H A D | exploded-graph.h | 939 class exploded_path 942 exploded_path () : m_edges () {} in exploded_path() function 943 exploded_path (const exploded_path &other); 1013 typedef shortest_paths<eg_traits, exploded_path> shortest_exploded_paths; 1025 virtual const gimple *find_stmt (const exploded_path &epath) = 0;
|
H A D | feasible-graph.h | 198 exploded_path *make_epath (feasible_node *fnode) const;
|
H A D | engine.cc | 543 const gimple *find_stmt (const exploded_path &epath) in find_stmt() 4319 exploded_path::exploded_path (const exploded_path &other) in exploded_path() function in ana::exploded_path 4333 exploded_path::find_stmt_backwards (const gimple *search_stmt, in find_stmt_backwards() 4355 exploded_path::get_final_enode () const in get_final_enode() 4366 exploded_path::feasible_p (logger *logger, feasibility_problem **out, in feasible_p() 4421 exploded_path::dump_to_pp (pretty_printer *pp, in dump_to_pp() 4441 exploded_path::dump (FILE *fp, const extrinsic_state *ext_state) const in dump() 4454 exploded_path::dump (const extrinsic_state *ext_state) const in dump() 4462 exploded_path::dump_to_file (const char *filename, in dump_to_file()
|
H A D | analyzer.h | 103 class exploded_path; variable
|
H A D | ChangeLog | 2062 (exploded_path::dump): Likewise. 2063 (exploded_path::dump_to_file): New. 2066 (exploded_path::dump): Likewise. 2067 (exploded_path::dump): Likewise. 2068 (exploded_path::dump_to_file): New. 2955 body in exploded_path::feasible_p. 2972 * engine.cc (exploded_path::exploded_path): New copy-ctor. 3741 * engine.cc (exploded_path::feasible_p): Pass a 4815 (exploded_path::feasible_p): Add "eng" and "eg" params. 4850 (exploded_path::feasible_p): Add "eng" and "eg" params. [all …]
|
/netbsd/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | exploded-graph.h | 841 class exploded_path 844 exploded_path () : m_edges () {} in exploded_path() function 845 exploded_path (const exploded_path &other); 846 exploded_path & operator= (const exploded_path &other); 885 typedef shortest_paths<eg_traits, exploded_path> shortest_exploded_paths; 897 virtual const gimple *find_stmt (const exploded_path &epath) = 0;
|
H A D | diagnostic-manager.h | 120 const exploded_path &epath, 139 const exploded_path &epath,
|
H A D | diagnostic-manager.cc | 122 const exploded_path &epath) in path_builder() 204 const exploded_path &epath) in dedupe_key() 270 const exploded_path &get_path () const { return m_epath; } in get_path() 276 exploded_path m_epath; 521 const exploded_path &epath, in emit_saved_diagnostic() 629 const exploded_path &epath, in build_emission_path()
|
H A D | analyzer.h | 69 class exploded_path; variable
|
H A D | engine.cc | 366 const gimple *find_stmt (const exploded_path &epath) in find_stmt() 2820 exploded_path::find_stmt_backwards (const gimple *search_stmt, in find_stmt_backwards() 2842 exploded_path::get_final_enode () const in get_final_enode() 2853 exploded_path::feasible_p (logger *logger, feasibility_problem **out) const in feasible_p() 2966 exploded_path::dump_to_pp (pretty_printer *pp) const in dump_to_pp() 2982 exploded_path::dump (FILE *fp) const in dump() 2995 exploded_path::dump () const in dump()
|
/netbsd/external/gpl3/gcc/dist/gcc/doc/ |
H A D | analyzer.texi | 368 The above gives us a shortest feasible @code{exploded_path} through the 370 @code{exploded_path} to build a @code{diagnostic_path} (a list of
|
H A D | gccint.info | 45605 We use the shortest feasible 'exploded_path' through the
|
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | analyzer.texi | 347 We use the shortest feasible @code{exploded_path} through the
|
H A D | gccint.info | 45605 We use the shortest feasible 'exploded_path' through the
|