HomeSort by: relevance | last modified time | path
    Searched defs:can_merge_with_p (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/analyzer/
program-state.cc 811 sm_state_map::can_merge_with_p (const sm_state_map &other, function in class:ana::sm_state_map
1449 program_state::can_merge_with_p (const program_state &other, function in class:ana::program_state
1461 if (!m_checker_states[i]->can_merge_with_p (*other.m_checker_states[i],
1468 if (!m_region_model->can_merge_with_p (*other.m_region_model,
1919 ASSERT_TRUE (s0.can_merge_with_p (s1, ext_state, point, &merged));
1978 ASSERT_FALSE (s0.can_merge_with_p (s1, ext_state, point, &merged));
region-model.cc 267 region_to_value_map::can_merge_with_p (const region_to_value_map &other, function in class:ana::region_to_value_map
6194 region_model::can_merge_with_p (const region_model &other_model, function in class:ana::region_model
6217 if (!m_dynamic_extents.can_merge_with_p (other_model.m_dynamic_extents,
8289 ASSERT_TRUE (model0.can_merge_with_p (model1, point, out_merged_model));
8333 ASSERT_TRUE (model0.can_merge_with_p (model1, point, &merged));
8348 ASSERT_TRUE (model0.can_merge_with_p (model1, point, &merged));
8371 ASSERT_TRUE (model0.can_merge_with_p (model1, point, &merged));
8391 ASSERT_TRUE (model0.can_merge_with_p (model1, point, &merged));
8462 ASSERT_TRUE (model0.can_merge_with_p (model1, point, &merged));
8513 ASSERT_TRUE (model0.can_merge_with_p (model1, point, &merged))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
program-state.cc 1258 program_state::can_merge_with_p (const program_state &other, function in class:ana::program_state
1274 if (!m_region_model->can_merge_with_p (*other.m_region_model,
1710 ASSERT_TRUE (s0.can_merge_with_p (s1, ext_state, point, &merged));
1768 ASSERT_FALSE (s0.can_merge_with_p (s1, ext_state, point, &merged));
region-model.cc 215 region_to_value_map::can_merge_with_p (const region_to_value_map &other, function in class:ana::region_to_value_map
4193 region_model::can_merge_with_p (const region_model &other_model, function in class:ana::region_model
4216 if (!m_dynamic_extents.can_merge_with_p (other_model.m_dynamic_extents,
5560 ASSERT_TRUE (model0.can_merge_with_p (model1, point, out_merged_model));
5604 ASSERT_TRUE (model0.can_merge_with_p (model1, point, &merged));
5619 ASSERT_TRUE (model0.can_merge_with_p (model1, point, &merged));
5641 ASSERT_TRUE (model0.can_merge_with_p (model1, point, &merged));
5660 ASSERT_TRUE (model0.can_merge_with_p (model1, point, &merged));
5731 ASSERT_TRUE (model0.can_merge_with_p (model1, point, &merged));
5782 ASSERT_TRUE (model0.can_merge_with_p (model1, point, &merged))
    [all...]

Completed in 41 milliseconds