Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/
H A DCmpRuns.py132 def get_path_length(self) -> int: member in AnalysisDiagnostic
381 a_path_len = a.get_path_length()
382 b_path_len = b.get_path_length()
473 combined_data['PathsLength'].append(diagnostic.get_path_length())
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dfeasible-graph.h103 unsigned get_path_length () const { return m_path_length; } in get_path_length() function
H A Ddiagnostic-manager.cc280 unsigned length_so_far = fnode->get_path_length (); in get_estimated_cost()
503 fnode->get_path_length () + 1); in process_worklist_item()
515 succ_fnode->get_path_length ()); in process_worklist_item()