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

  /src/external/gpl3/gcc/dist/gcc/
read-md.cc 175 const char **halves = (const char **) htab_find (m_joined_conditions, &cond); local
176 if (halves != 0)
179 fprint_c_condition (outf, halves[1]);
181 fprint_c_condition (outf, halves[2]);
  /src/external/gpl3/gcc.old/dist/gcc/
read-md.cc 175 const char **halves = (const char **) htab_find (m_joined_conditions, &cond); local
176 if (halves != 0)
179 fprint_c_condition (outf, halves[1]);
181 fprint_c_condition (outf, halves[2]);

Completed in 28 milliseconds