Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Ddecl.c89 int binding_depth = 0; variable
98 for (i = 0; i < binding_depth*2; i++) in indent()
294 unsigned binding_depth; member
1237 newlevel->binding_depth = binding_depth;
1242 binding_depth++;
1277 binding_depth--;
H A Dexcept.c64 extern int binding_depth;
H A DChangeLog586 (binding_depth, is_class_level, current_pc): Declare extern.
6744 (binding_depth, is_class_level, current_pc): new variables.
6754 * except.c (binding_depth, is_class_level, current_pc):
/openbsd-src/gnu/gcc/gcc/cp/
H A Dname-lookup.c1173 static int binding_depth = 0; variable
1253 scope->binding_depth = binding_depth; in push_binding_level()
1254 indent (binding_depth); in push_binding_level()
1257 binding_depth++; in push_binding_level()
1341 indent (--binding_depth); in leave_scope()
1345 indent (binding_depth); in leave_scope()
1369 || scope->binding_depth == binding_depth); in leave_scope()
1400 b->binding_depth = binding_depth; in resume_scope()
1401 indent (binding_depth); in resume_scope()
1404 binding_depth++; in resume_scope()
H A Dname-lookup.h243 int binding_depth; member
H A DChangeLog-20031016 (binding_depth): Likewise.
1290 (struct cp_binding_level): Adjust type of binding_depth field.
4147 (binding_depth): Unconditionally define.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c665 unsigned binding_depth; member
705 static unsigned binding_depth = 0; variable
735 newlevel->binding_depth = binding_depth;
736 indent (binding_depth);
741 binding_depth++;
770 indent (--binding_depth); in pop_binding_level()
776 indent (binding_depth); in pop_binding_level()
791 || level->binding_depth == binding_depth, 20030529); in pop_binding_level()
808 indent (--binding_depth); in suspend_binding_level()
814 indent (binding_depth); in suspend_binding_level()
[all …]
H A DChangeLog1020 (binding_depth): Unconditionally define.