Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.h210 int binding_depth; member
H A Dname-lookup.c3258 static int binding_depth = 0; variable
3322 scope->binding_depth = binding_depth; in push_binding_level()
3323 indent (binding_depth); in push_binding_level()
3326 binding_depth++; in push_binding_level()
3408 indent (--binding_depth); in leave_scope()
3426 || scope->binding_depth == binding_depth); in leave_scope()
3473 b->binding_depth = binding_depth; in resume_scope()
3474 indent (binding_depth); in resume_scope()
3476 binding_depth++; in resume_scope()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.c3258 static int binding_depth = 0; variable
3322 scope->binding_depth = binding_depth; in push_binding_level()
3323 indent (binding_depth); in push_binding_level()
3326 binding_depth++; in push_binding_level()
3408 indent (--binding_depth); in leave_scope()
3426 || scope->binding_depth == binding_depth); in leave_scope()
3473 b->binding_depth = binding_depth; in resume_scope()
3474 indent (binding_depth); in resume_scope()
3476 binding_depth++; in resume_scope()
H A Dname-lookup.cc4183 static int binding_depth = 0; variable
4247 scope->binding_depth = binding_depth; in push_binding_level()
4248 indent (binding_depth); in push_binding_level()
4251 binding_depth++; in push_binding_level()
4338 indent (--binding_depth); in leave_scope()
4356 || scope->binding_depth == binding_depth); in leave_scope()
4403 b->binding_depth = binding_depth; in resume_scope()
4404 indent (binding_depth); in resume_scope()
4406 binding_depth++; in resume_scope()
H A Dname-lookup.h283 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.