Home
last modified time | relevance | path

Searched refs:scope_kind (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/gcc/gcc/cp/
H A Dname-lookup.h102 typedef enum scope_kind { enum
125 } scope_kind; typedef
248 ENUM_BITFIELD (scope_kind) kind : 4;
299 extern scope_kind innermost_scope_kind (void);
300 extern cxx_scope *begin_scope (scope_kind, tree);
H A Dname-lookup.c1203 const scope_kind kind = scope->explicit_spec_p in cxx_scope_descriptor()
1266 begin_scope (scope_kind kind, tree entity) in begin_scope()
1485 scope_kind
H A Dsemantics.c469 do_pushlevel (scope_kind sk) in do_pushlevel()
H A DChangeLog-20031121 * cp-tree.h (enum scope_kind): Likewise.
1217 * cp-tree.h (scope_kind): Add new enumerator.
1371 (scope_kind): Add sk_function_parms, sk_class,
H A Ddecl.c538 scope_kind kind; in poplevel()
H A DChangeLog-200258 (scope_kind): Add sk_block, sk_try, sk_catch, sk_for.
H A DChangeLog-20005455 * cp-tree.h (scope_kind): New type.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dcp-tree.h3066 typedef enum scope_kind { enum
3071 } scope_kind; typedef
3729 extern void begin_scope PARAMS ((scope_kind));
H A Ddecl.c1095 scope_kind sk; in begin_scope()
H A DChangeLog15327 * cp-tree.h (scope_kind): New type.