Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dprogram-point.cc589 function_point::cmp_within_supernode (const function_point &point_a, in cmp_within_supernode() function in ana::function_point
615 return cmp_within_supernode (point_a, point_b); in cmp()
743 int cmp = function_point::cmp_within_supernode (*point_a, *point_b); in test_function_point_ordering()
H A Dprogram-point.h141 static int cmp_within_supernode (const function_point &point_a,
H A Dengine.cc2297 = function_point::cmp_within_supernode (point_a.get_function_point (), in cmp()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dprogram-point.cc457 function_point::cmp_within_supernode (const function_point &point_a, in cmp_within_supernode() function in ana::function_point
513 int cmp = function_point::cmp_within_supernode (*point_a, *point_b); in test_function_point_ordering()
H A Dprogram-point.h165 static int cmp_within_supernode (const function_point &point_a,
H A Dengine.cc1767 = function_point::cmp_within_supernode (point_a.get_function_point (), in cmp()