Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model.cc6129 region_model model5 (&mgr); in test_iteration_1() local
6130 ASSERT_TRUE (model4.can_merge_with_p (model1, point, &model5)); in test_iteration_1()
6131 ASSERT_EQ (model5.get_rvalue (i, &ctxt), plus_one); in test_iteration_1()
6132 ASSERT_EQ (model5, model4); in test_iteration_1()
6138 ASSERT_TRUE (model5.can_merge_with_p (model2, point, &model6)); in test_iteration_1()