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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
engine.cc 286 const sm_state_map *old_smap,
295 m_old_smap (old_smap), m_new_smap (new_smap),
563 const sm_state_map *old_smap = m_old_state->m_checker_states[sm_idx]; local
571 old_smap,
1526 const sm_state_map *old_smap
1530 old_smap, new_smap, path_ctxt, NULL,
3808 const sm_state_map *old_smap = old_state.m_checker_states[sm_idx];
3810 if (*old_smap != *new_smap)
diagnostic-manager.cc 1946 const sm_state_map *old_smap = m_old_state->m_checker_states[m_sm_idx]; variable
1949 = old_smap->get_state (var_old_sval, m_ext_state);
1957 const sm_state_map *old_smap = m_old_state->m_checker_states[m_sm_idx]; variable
1958 state_machine::state_t current = old_smap->get_state (sval, m_ext_state);
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
diagnostic-manager.cc 1663 const sm_state_map *old_smap = m_old_state->m_checker_states[m_sm_idx]; variable
1666 = old_smap->get_state (var_old_sval, m_ext_state);
1674 const sm_state_map *old_smap = m_old_state->m_checker_states[m_sm_idx]; variable
1675 state_machine::state_t current = old_smap->get_state (sval, m_ext_state);

Completed in 31 milliseconds