Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dconstraint-manager.cc812 bounded_ranges_manager::get_or_create_point (const_tree cst) in get_or_create_point() function in ana::bounded_ranges_manager
1001 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()
H A Dconstraint-manager.h176 const bounded_ranges *get_or_create_point (const_tree value);
H A DChangeLog1437 (bounded_ranges_manager::get_or_create_point): New.