Searched refs:get_or_create_point (Results 1 – 3 of 3) sorted by relevance
812 bounded_ranges_manager::get_or_create_point (const_tree cst) in get_or_create_point() function in ana::bounded_ranges_manager1001 return get_or_create_point (lower_bound); in make_case_label_ranges()4194 const bounded_ranges *point0 = mgr.get_or_create_point (ch0); in test_bounded_ranges()4197 const bounded_ranges *point1 = mgr.get_or_create_point (ch1); in test_bounded_ranges()4200 const bounded_ranges *point2 = mgr.get_or_create_point (ch2); in test_bounded_ranges()4379 ASSERT_EQ (mgr.get_or_create_point (ch0), in test_bounded_ranges()4380 mgr.get_or_create_point (ch0)); in test_bounded_ranges()4381 ASSERT_NE (mgr.get_or_create_point (ch0), in test_bounded_ranges()4382 mgr.get_or_create_point (ch1)); in test_bounded_ranges()
176 const bounded_ranges *get_or_create_point (const_tree value);
1437 (bounded_ranges_manager::get_or_create_point): New.