Searched refs:first_token (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dspew.c73 int first_token; variable
98 - first_token;
110 return ((struct token*)obstack_base (&token_obstack)) + n + first_token;
130 first_token = 0;
133 first_token++;
140 ((obstack_object_size (&token_obstack) / sizeof (struct token)) - first_token)
143 (((struct token*)obstack_base (&token_obstack))+(N)+first_token)
150 (first_token = 0)) \
151 : first_token++)
373 ++first_token;
[all...]
H A Dlex.c128 extern int first_token;
1337 int first_token; member in struct:pending_input
1353 p->first_token = first_token;
1356 first_token = 0;
1374 first_token = p->first_token;
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dexpr.c193 ffelexToken first_token; member in struct:_ffeexpr_stack_
7236 s->first_token = NULL;
7269 s->first_token = NULL;
7395 ffelex_token_kill (ffeexpr_stack_->first_token);
7481 ffeexpr_stack_->tokens[0] = ffelex_token_use (ffeexpr_stack_->first_token);
7504 ffelex_token_kill (ffeexpr_stack_->first_token);
7761 ffeexpr_stack_->tokens[0] = ffelex_token_use (ffeexpr_stack_->first_token);
7788 ffeexpr_stack_->tokens[0] = ffelex_token_use (ffeexpr_stack_->first_token);
7816 ffebad_here (1, ffelex_token_where_line (ffeexpr_stack_->first_token),
7817 ffelex_token_where_column (ffeexpr_stack_->first_token));
[all...]
/haiku-buildtools/binutils/gold/
H A Dscript.cc1555 // by first_token and lex_mode.
1560 int first_token, Lex::Mode lex_mode)
1594 Lex lex(input_string.c_str(), input_string.length(), first_token);
1599 first_token == Lex::DYNAMIC_LIST,
3379 script_include_directive(int first_token, void* closurev, argument
3386 first_token, Lex::LINKER_SCRIPT);
1558 read_script_file(const char* filename, Command_line* cmdline, Script_options* script_options, int first_token, Lex::Mode lex_mode) argument
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c497 cp_token *next_token, *first_token, *start_token;
503 first_token = parser->lexer->buffer->address ();
504 start_token = (next_token > first_token + window_size / 2)
506 : first_token;
25362 cp_token *first_token;
25367 argument. We add the range [first_token, token). */
25368 first_token = cp_lexer_peek_token (parser->lexer);
25369 if (first_token->type == CPP_OPEN_BRACE)
25515 = cp_token_cache_new (first_token, token);
32232 cp_token *first_token;
496 cp_token *next_token, *first_token, *start_token; local
25360 cp_token *first_token; local
32228 cp_token *first_token; local
32891 cp_parser_initial_pragma(cp_token *first_token) argument
[all...]

Completed in 228 milliseconds