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

  /src/external/gpl3/gcc/dist/libcpp/
macro.cc 1003 unsigned char *buf, *end, *lhsend; local
1009 end = lhsend = cpp_spell_token (pfile, *plhs, buf, true);
1034 unsigned char *rhsstart = lhsend;
1050 (int) (lhsend - buf), buf,
  /src/external/gpl3/gcc.old/dist/libcpp/
macro.cc 994 unsigned char *buf, *end, *lhsend; local
1000 end = lhsend = cpp_spell_token (pfile, *plhs, buf, true);
1025 unsigned char *rhsstart = lhsend;
1041 (int) (lhsend - buf), buf,

Completed in 26 milliseconds