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

  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 5446 bool quote_first = c == '"';
5454 if (quote_first)
5464 quote_first = false;
5537 else if (!quote_first && !quote_eight)
5445 bool quote_first = c == '"'; local
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 5126 bool quote_first = c == '"';
5134 if (quote_first)
5144 quote_first = false;
5217 else if (!quote_first && !quote_eight)
5125 bool quote_first = c == '"'; local

Completed in 18 milliseconds