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

  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 4305 const cpp_token *eat_ident (const char *);
4448 parser::eat_ident (const char *s) function in class:parser
4866 eat_ident ("if");
4898 eat_ident ("with");
4909 token = eat_ident ("switch");
4911 eat_ident ("if");
4930 eat_ident ("if");
  /src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc 4011 const cpp_token *eat_ident (const char *);
4154 parser::eat_ident (const char *s) function in class:parser
4571 eat_ident ("if");
4603 eat_ident ("with");
4614 token = eat_ident ("switch");
4616 eat_ident ("if");
4635 eat_ident ("if");

Completed in 30 milliseconds