Searched refs:binding_depth (Results 1 – 8 of 8) sorted by relevance
89 int binding_depth = 0; variable98 for (i = 0; i < binding_depth*2; i++) in indent()294 unsigned binding_depth; member1237 newlevel->binding_depth = binding_depth;1242 binding_depth++;1277 binding_depth--;
64 extern int binding_depth;
586 (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):
1173 static int binding_depth = 0; variable1253 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()
243 int binding_depth; member
1016 (binding_depth): Likewise.1290 (struct cp_binding_level): Adjust type of binding_depth field.4147 (binding_depth): Unconditionally define.
665 unsigned binding_depth; member705 static unsigned binding_depth = 0; variable735 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 …]
1020 (binding_depth): Unconditionally define.