Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/cp/
HDname-lookup.c1168 static int binding_depth = 0; variable
1248 scope->binding_depth = binding_depth; in push_binding_level()
1249 indent (binding_depth); in push_binding_level()
1252 binding_depth++; in push_binding_level()
1336 indent (--binding_depth); in leave_scope()
1340 indent (binding_depth); in leave_scope()
1364 || scope->binding_depth == binding_depth); in leave_scope()
1395 b->binding_depth = binding_depth; in resume_scope()
1396 indent (binding_depth); in resume_scope()
1399 binding_depth++; in resume_scope()
HDname-lookup.h245 int binding_depth; member
HDChangeLog-20031016 (binding_depth): Likewise.
1290 (struct cp_binding_level): Adjust type of binding_depth field.
4147 (binding_depth): Unconditionally define.