Lines Matching refs:function_point
90 function_point::print (pretty_printer *pp, const format &f) const in print()
141 function_point::hash () const in hash()
155 function_point::get_stmt () const in get_stmt()
168 function_point::get_location () const in get_location()
198 function_point::print_source_line (pretty_printer *pp) const in print_source_line()
388 function_point::cmp_within_supernode_1 (const function_point &point_a, in cmp_within_supernode_1()
389 const function_point &point_b) in cmp_within_supernode_1()
457 function_point::cmp_within_supernode (const function_point &point_a, in cmp_within_supernode()
458 const function_point &point_b) in cmp_within_supernode()
482 function_point a = function_point (snode, NULL, 0, in test_function_point_equality()
484 function_point b = function_point::before_supernode (snode, NULL); in test_function_point_equality()
498 auto_vec<function_point> points; in test_function_point_ordering()
499 points.safe_push (function_point::before_supernode (snode, NULL)); in test_function_point_ordering()
500 points.safe_push (function_point::before_stmt (snode, 0)); in test_function_point_ordering()
501 points.safe_push (function_point::before_stmt (snode, 1)); in test_function_point_ordering()
502 points.safe_push (function_point::after_supernode (snode)); in test_function_point_ordering()
506 function_point *point_a; in test_function_point_ordering()
510 function_point *point_b; in test_function_point_ordering()
513 int cmp = function_point::cmp_within_supernode (*point_a, *point_b); in test_function_point_ordering()