Searched refs:cp_token_cache_new (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 246 static cp_token_cache *cp_token_cache_new 1349 cp_token_cache_new (cp_token *first, cp_token *last) in cp_token_cache_new() function 25782 DEFPARSE_TOKENS (expr) = cp_token_cache_new (first, last); in cp_parser_save_noexcept() 29773 DECL_PENDING_INLINE_INFO (fn) = cp_token_cache_new (first, last); in cp_parser_save_member_function_body() 31840 = cp_token_cache_new (first_token, token); in cp_parser_cache_defarg() 41505 = cp_token_cache_new (pragma_tok, cp_lexer_peek_token (parser->lexer)); in cp_parser_omp_declare_simd() 42567 cp = cp_token_cache_new (first_token, in cp_parser_omp_declare_reduction() 42619 cp = cp_token_cache_new (first_token, in cp_parser_omp_declare_reduction() 43052 = cp_token_cache_new (pragma_tok, cp_lexer_peek_token (parser->lexer)); in cp_parser_oacc_routine()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | parser.cc | 247 static cp_token_cache *cp_token_cache_new 1428 cp_token_cache_new (cp_token *first, cp_token *last) in cp_token_cache_new() function 27833 DEFPARSE_TOKENS (expr) = cp_token_cache_new (first, last); in cp_parser_save_noexcept() 28835 DEFPARSE_TOKENS (arg) = cp_token_cache_new (first, last); in cp_parser_omp_directive_args() 32010 DECL_PENDING_INLINE_INFO (fn) = cp_token_cache_new (first, last); in cp_parser_save_member_function_body() 34144 = cp_token_cache_new (first_token, token); in cp_parser_cache_defarg() 45105 = cp_token_cache_new (pragma_tok, cp_lexer_peek_token (parser->lexer)); in cp_parser_omp_declare_simd() 46362 cp = cp_token_cache_new (first_token, in cp_parser_omp_declare_reduction() 46420 cp = cp_token_cache_new (first_token, in cp_parser_omp_declare_reduction() 47051 = cp_token_cache_new (pragma_tok, cp_lexer_peek_token (parser->lexer)); in cp_parser_oacc_routine()
|
H A D | ChangeLog-2004 | 1976 (cp_lexer_handle_pragma, cp_token_cache_new, cp_parser_string_literal): 3265 * parser.c (cp_token_cache_new): Likewise.
|
H A D | ChangeLog-2014 | 2521 (cp_token_cache_new): Likewise.
|
H A D | ChangeLog-2010 | 2381 (cp_token_cache_new): Likewise.
|