Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Ddiagnostic-manager.cc281 int shortest_remaining_path in get_estimated_cost() local
284 gcc_assert (shortest_remaining_path >= 0); in get_estimated_cost()
288 gcc_assert (shortest_remaining_path < INT_MAX); in get_estimated_cost()
290 return length_so_far + shortest_remaining_path; in get_estimated_cost()