Searched refs:next_token (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dcvt18.C17 extern Token next_token();
23 if (inside_body && (token = next_token())) {}
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dsta.h92 ffeTokenLength index, ffelexToken next_token);
94 ffeTokenLength index, ffelexToken next_token);
H A Dsta.c1661 ffelexToken next_token;
1662 ffesta_ffebad_1p(FFEBAD_SOME_ERROR,names_token,index,next_token);
1667 points to the end of the token, then uses the location in next_token
1673 ffelexToken next_token)
1684 assert (next_token != NULL);
1685 line = ffelex_token_where_line (next_token);
1686 col = ffelex_token_where_column (next_token);
1706 ffeTokenLength index, ffelexToken next_token)
1718 assert (next_token != NULL);
1719 line = ffelex_token_where_line (next_token);
1671 ffesta_ffebad_1p(ffebad errnum, ffelexToken names_token, ffeTokenLength index, ffelexToken next_token) argument
1704 ffesta_ffebad_1sp(ffebad errnum, const char *s, ffelexToken names_token, ffeTokenLength index, ffelexToken next_token) argument
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.h93 cp_token_position GTY ((skip)) next_token; member in struct:cp_lexer
H A Dparser.c491 /* Dump the tokens in a window of size WINDOW_SIZE around the next_token for
497 cp_token *next_token, *first_token, *start_token;
502 next_token = parser->lexer->next_token;
504 start_token = (next_token > first_token + window_size / 2)
505 ? next_token - window_size / 2
508 next_token);
590 token = parser->lexer->next_token;
668 lexer->next_token = lexer->buffer->length ()
676 gcc_assert (!lexer->next_token
496 cp_token *next_token, *first_token, *start_token; local
4315 cp_token *next_token; local
13710 cp_token *next_token = NULL, *next_token_2 = NULL; local
23212 cp_token *next_token; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr57662.C75 cp_token_position next_token; member in struct:cp_lexer
90 return lexer->next_token;
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dlex.h344 next_token();
H A Dlex.cc543 Lex::next_token() function in class:Lex
H A Dparse.cc65 this->token_ = this->lex_->next_token();
80 this->token_ = this->lex_->next_token();
/haiku-buildtools/isl/
H A Disl_input.c147 static struct isl_token *next_token(struct isl_stream *s) function
190 tok = next_token(s);
214 tok2 = next_token(s);
256 tok = next_token(s);
288 tok = next_token(s);
405 tok = next_token(s);
444 tok = next_token(s);
569 tok = next_token(s);
619 tok = next_token(s);
1043 while ((tok = next_token(
[all...]
H A Disl_stream.c358 static struct isl_token *next_token(struct isl_stream *s, int same_line) function
660 return next_token(s, 0);
665 return next_token(s, 1);
/haiku-buildtools/binutils/gold/
H A Dscript.cc230 next_token();
872 Lex::next_token() function in class:gold::Lex
1344 next_token() function in class:gold::Parser_closure
1346 const Token* token = this->lex_->next_token();
1448 // The line number of the last token returned by next_token.
1450 // The column number of the last token returned by next_token.
2581 const Token* token = closure->next_token();

Completed in 162 milliseconds