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

  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 498 typedef const uchar * (*search_line_fast_type) (const uchar *, const uchar *);
499 static search_line_fast_type search_line_fast;
506 search_line_fast_type impl = search_line_acc_char;
497 typedef const uchar * (*search_line_fast_type) (const uchar *, const uchar *); typedef
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 495 typedef const uchar * (*search_line_fast_type) (const uchar *, const uchar *);
496 static search_line_fast_type search_line_fast;
503 search_line_fast_type impl = search_line_acc_char;
494 typedef const uchar * (*search_line_fast_type) (const uchar *, const uchar *); typedef

Completed in 28 milliseconds