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

  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 41 static const unsigned char *const digraph_spellings[] = variable
4417 return digraph_spellings[(int) type - (int) CPP_FIRST_DIGRAPH];
4632 c = digraph_spellings[(int) b - (int) CPP_FIRST_DIGRAPH][0];
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 41 static const unsigned char *const digraph_spellings[] = variable
4097 return digraph_spellings[(int) type - (int) CPP_FIRST_DIGRAPH];
4312 c = digraph_spellings[(int) b - (int) CPP_FIRST_DIGRAPH][0];

Completed in 37 milliseconds