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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
constraint-manager.cc 1895 equiv_class *final_ec = m_equiv_classes.pop (); local
1896 if (final_ec != old_ec)
1897 m_equiv_classes[rhs_ec_id.m_idx] = final_ec;
1914 to the old rhs_ec, where the old final_ec now lives. */
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
constraint-manager.cc 1890 equiv_class *final_ec = m_equiv_classes.pop (); local
1891 if (final_ec != old_ec)
1892 m_equiv_classes[rhs_ec_id.m_idx] = final_ec;
1909 to the old rhs_ec, where the old final_ec now lives. */

Completed in 42 milliseconds