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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
sm-fd.cc 181 state_t m_unchecked_write_only; member in class:ana::__anon12592::fd_state_machine
307 if (change.m_new_state == m_sm.m_unchecked_write_only
1060 m_unchecked_write_only (add_state ("fd-unchecked-write-only")),
1088 || s == m_unchecked_write_only);
1160 return (state == m_unchecked_write_only || state == m_valid_write_only);
1181 return m_unchecked_write_only;
1408 m_unchecked_write_only);
1428 sm_ctxt->on_transition (node, stmt, lhs, m_start, m_unchecked_write_only);
1508 sm_ctxt->on_transition (node, stmt, arg, m_unchecked_write_only, m_closed);
2185 sm_ctxt->on_transition (node, stmt, lhs, m_unchecked_write_only,
    [all...]

Completed in 16 milliseconds