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

  /src/bin/ls/
util.c 118 mbstate_t src_state, stdout_state; local
123 * We have to reset src_state each time in this function, because
125 * Note that if we pass NULL instead of src_state to mbrtowc(),
128 memset(&src_state, 0, sizeof(src_state));
145 rv = mbrtowc(&wc, src, span, &src_state);
155 memset(&src_state, 0, sizeof(src_state));
  /src/external/gpl3/gcc/dist/gcc/analyzer/
diagnostic-manager.cc 1709 const program_state &src_state = final_enode->get_state (); local
1710 const region_model *src_model = src_state.m_region_model;
1852 /* Compare SRC_STATE and DST_STATE (which use EXT_STATE), and call
1870 for_each_state_change (const program_state &src_state,
1875 gcc_assert (src_state.m_checker_states.length ()
1882 const sm_state_map &src_smap = *src_state.m_checker_states[i];
2119 const program_state &src_state = src_node->get_state (); local
2138 for_each_state_change (src_state, dst_state, pb.get_ext_state (),
2253 const region_model *src_model = src_state.m_region_model;
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
diagnostic-manager.cc 1569 /* Compare SRC_STATE and DST_STATE (which use EXT_STATE), and call
1587 for_each_state_change (const program_state &src_state,
1592 gcc_assert (src_state.m_checker_states.length ()
1599 const sm_state_map &src_smap = *src_state.m_checker_states[i];
1808 const program_state &src_state = src_node->get_state (); local
1827 for_each_state_change (src_state, dst_state, pb.get_ext_state (),
1942 const region_model *src_model = src_state.m_region_model;

Completed in 24 milliseconds