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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-indentation.cc 234 enum cpp_ttype next_tok_type = next_tinfo.type; local
235 if (next_tok_type == CPP_CLOSE_BRACE
261 if (next_tok_type == CPP_SEMICOLON)
584 || (next_tok_type == CPP_OPEN_BRACE
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-indentation.cc 231 enum cpp_ttype next_tok_type = next_tinfo.type; local
232 if (next_tok_type == CPP_CLOSE_BRACE
258 if (next_tok_type == CPP_SEMICOLON)
574 || (next_tok_type == CPP_OPEN_BRACE

Completed in 20 milliseconds