Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Ddiagnostic-manager.cc413 exploded_path *best_path = NULL; in explore_feasible_paths() local
419 &best_path)) in explore_feasible_paths()
442 return best_path; in explore_feasible_paths()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1081 std::vector<EditType> best_path; in CalculateOptimalEdits() local
1084 best_path.push_back(move); in CalculateOptimalEdits()
1088 std::reverse(best_path.begin(), best_path.end()); in CalculateOptimalEdits()
1089 return best_path; in CalculateOptimalEdits()