Home
last modified time | relevance | path

Searched refs:sk_template_parms (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/gcc/cp/
HDname-lookup.c1285 kind = sk_template_parms; in begin_scope()
1287 case sk_template_parms: in begin_scope()
1452 return b->kind == sk_namespace || b->kind == sk_template_parms; in toplevel_bindings_p()
1491 return innermost_scope_kind () == sk_template_parms; in template_parm_scope_p()
2357 while (current_binding_level->kind == sk_template_parms) in push_inner_scope_r()
2416 while (current_binding_level->kind == sk_template_parms) in pop_inner_scope()
4179 if (b->kind == sk_cleanup || b->kind == sk_template_parms) in lookup_type_scope()
4817 && !is_friend && b->kind == sk_template_parms in maybe_process_template_type_declaration()
4871 || (b->kind == sk_template_parms in pushtag()
4908 || (b->kind == sk_template_parms in pushtag()
[all …]
HDname-lookup.h121 sk_template_parms, /* A scope for template parameters. */ enumerator
HDpt.c335 begin_scope (TREE_VEC_LENGTH (parms) ? sk_template_parms : sk_template_spec, in push_inline_template_parms_recursive()
531 begin_scope (sk_template_parms, NULL); in begin_template_parm_list()
1419 b->kind == sk_template_parms; in determine_specialization()
1463 if (current_binding_level->kind == sk_template_parms in determine_specialization()
HDdecl.c272 b->kind == sk_template_parms; in current_tmpl_spec_kind()
HDparser.c16345 gcc_assert (innermost_scope_kind () == sk_template_parms in cp_parser_single_declaration()