Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dconstraint-manager.h182 get_or_create_intersection (const bounded_ranges *a,
H A Dconstraint-manager.cc739 = mgr->get_or_create_intersection (this, &other); in eval_condition()
850 bounded_ranges_manager::get_or_create_intersection (const bounded_ranges *a, in get_or_create_intersection() function in ana::bounded_ranges_manager
2162 = mgr->get_or_create_intersection (iter.m_ranges, ranges); in add_bounded_ranges()
4243 = mgr.get_or_create_intersection (point0, point1); in test_bounded_ranges()
H A DChangeLog1440 (bounded_ranges_manager::get_or_create_intersection): New.