Home
last modified time | relevance | path

Searched refs:first_token (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dspew.c103 int first_token; member
174 static int first_token; variable
398 f->first_token = first_token;
406 first_token = 0;
420 first_token = f->first_token; in end_input()
438 - first_token; in num_tokens()
452 return ((struct token*)obstack_base (&token_obstack)) + n + first_token;
500 first_token = 0; in consume_token()
503 first_token++; in consume_token()
511 if (first_token == 0) /* We hope this doesn't happen often. */
[all …]
H A DChangeLog4177 (first_token): Likewise.
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp578 bool first_token = true; in ForEachMacro() local
584 if (!first_token) in ForEachMacro()
587 first_token = false; in ForEachMacro()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp733 clang::Token &first_token = m_tokens[range.begin_index]; in GetTextForRange() local
735 clang::SourceLocation start_loc = first_token.getLocation(); in GetTextForRange()
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dexpr.c195 ffelexToken first_token; member
7237 s->first_token = NULL; in ffeexpr_lhs()
7270 s->first_token = NULL; in ffeexpr_rhs()
7396 ffelex_token_kill (ffeexpr_stack_->first_token); in ffeexpr_cb_close_paren_ambig_()
7482 ffeexpr_stack_->tokens[0] = ffelex_token_use (ffeexpr_stack_->first_token); in ffeexpr_cb_close_paren_ambig_1_()
7505 ffelex_token_kill (ffeexpr_stack_->first_token); in ffeexpr_cb_close_paren_ambig_1_()
7762 ffeexpr_stack_->tokens[0] = ffelex_token_use (ffeexpr_stack_->first_token); in ffeexpr_cb_close_paren_ci_()
7789 ffeexpr_stack_->tokens[0] = ffelex_token_use (ffeexpr_stack_->first_token); in ffeexpr_cb_comma_ci_()
7817 ffebad_here (1, ffelex_token_where_line (ffeexpr_stack_->first_token), in ffeexpr_cb_comma_i_()
7818 ffelex_token_where_column (ffeexpr_stack_->first_token)); in ffeexpr_cb_comma_i_()
[all …]
/openbsd-src/gnu/gcc/gcc/cp/
H A Dparser.c269 cp_token first_token; in cp_lexer_new_main() local
279 cp_parser_initial_pragma (&first_token); in cp_lexer_new_main()
303 *pos = first_token; in cp_lexer_new_main()
12547 cp_token *first_token; in cp_parser_parameter_declaration() local
12552 first_token = cp_lexer_peek_token (parser->lexer); in cp_parser_parameter_declaration()
12630 = cp_token_cache_new (first_token, token); in cp_parser_parameter_declaration()
19245 cp_parser_initial_pragma (cp_token *first_token) in cp_parser_initial_pragma() argument
19249 cp_lexer_get_preprocessor_token (NULL, first_token); in cp_parser_initial_pragma()
19250 if (first_token->pragma_kind != PRAGMA_GCC_PCH_PREPROCESS) in cp_parser_initial_pragma()
19253 cp_lexer_get_preprocessor_token (NULL, first_token); in cp_parser_initial_pragma()
[all …]
H A DChangeLog-20022774 (first_token): Likewise.
H A DChangeLog-20041969 (struct cp_lexer): Remove first_token, string_tokens,