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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pch.cc 201 const char *pch_ident; local
221 pch_ident = get_ident();
222 if (memcmp (ident, pch_ident, IDENT_LENGTH) != 0)
224 if (memcmp (ident, pch_ident, 5) == 0)
228 else if (memcmp (ident, pch_ident, 4) == 0)
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pch.cc 201 const char *pch_ident; local
221 pch_ident = get_ident();
222 if (memcmp (ident, pch_ident, IDENT_LENGTH) != 0)
224 if (memcmp (ident, pch_ident, 5) == 0)
228 else if (memcmp (ident, pch_ident, 4) == 0)

Completed in 14 milliseconds