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

  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 14702 bool has_more = tok->type == CPP_PRAGMA;
14703 while (has_more)
14717 has_more = false;
14721 has_more = has_more && tok->type == CPP_PRAGMA;
14698 bool has_more = tok->type == CPP_PRAGMA; local

Completed in 38 milliseconds