Searched refs:sk_function_parms (Results 1 – 13 of 13) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | except.cc | 461 b->kind != sk_function_parms; in in_nested_catch() 1332 const bool function_body = b->kind == sk_function_parms; in maybe_splice_retval_cleanup()
|
| D | name-lookup.h | 203 sk_function_parms, /* The scope containing function parameters. */ enumerator
|
| D | name-lookup.cc | 3155 if (b->kind == sk_function_parms) in check_local_shadow() 4299 case sk_function_parms: in begin_scope() 4480 return b->kind < sk_function_parms || b->kind == sk_omp; in local_bindings_p() 4540 b->kind == sk_function_parms; in function_parm_depth() 4784 n->kind != sk_function_parms; n = b->level_chain) in pushdecl_outermost_localscope() 7826 || b->kind == sk_function_parms in lookup_elaborated_type() 7873 || b->kind == sk_function_parms in lookup_elaborated_type() 8090 || b->kind == sk_function_parms in pushtag() 8119 && (cb->kind != sk_function_parms in pushtag()
|
| D | decl.cc | 482 if (scope->kind == sk_function_parms) in objc_mark_locals_volatile() 3755 else if (b->kind == sk_function_parms) in check_omp_return() 3771 p->kind != sk_function_parms; in define_label() 3997 p->kind != sk_function_parms; in finish_case_label() 17390 begin_scope (sk_function_parms, decl1); in start_preparsed_function() 17796 begin_scope (sk_function_parms, NULL); in emit_coro_helper() 17909 if (current_binding_level->kind != sk_function_parms) in finish_function() 17918 while (current_binding_level->kind != sk_function_parms) in finish_function()
|
| D | parser.cc | 11571 begin_scope (sk_function_parms, /*entity=*/NULL_TREE); in cp_parser_lambda_declarator_opt() 20473 if (s->kind == sk_function_parms) in cp_parser_elaborated_type_specifier() 23106 begin_scope (sk_function_parms, NULL_TREE); in cp_parser_direct_declarator() 24034 return (current_binding_level->kind == sk_function_parms in parsing_function_declarator() 25786 begin_scope (sk_function_parms, decl); in inject_parm_decls() 29983 begin_scope (sk_function_parms, NULL_TREE); in cp_parser_requires_expression() 32347 begin_scope (sk_function_parms, fn); in cp_parser_late_parsing_default_args() 34043 begin_scope (sk_function_parms, NULL_TREE); in cp_parser_cache_defarg() 48139 gcc_assert (current_binding_level->kind == sk_function_parms); in synthesize_implicit_template_parm() 48167 while (scope->kind == sk_function_parms) in synthesize_implicit_template_parm()
|
| D | ChangeLog-2008 | 537 * name-lookup.c (lookup_type_scope): Look through sk_function_parms.
|
| D | ChangeLog-2010 | 371 current_binding_level has already sk_function_parms kind.
|
| D | typeck.cc | 10365 if (b->kind == sk_function_parms in treat_lvalue_as_rvalue_p()
|
| D | call.cc | 9168 || (current_binding_level->kind == sk_function_parms in in_immediate_context()
|
| D | ChangeLog-2011 | 3325 * decl.c (check_omp_return): Stop searching on sk_function_parms.
|
| D | ChangeLog-2003 | 1371 (scope_kind): Add sk_function_parms, sk_class,
|
| D | ChangeLog-2020 | 730 sk_function_parms scope.
|
| D | ChangeLog-2019 | 1221 current_binding_level->immediate_fn_ctx_p in the sk_function_parms
|