Searched refs:binding_depth (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
H A Dname-lookup.h247 int binding_depth;
245 int binding_depth; local
H A Dname-lookup.c1170 static int binding_depth = 0;
1250 scope->binding_depth = binding_depth;
1251 indent (binding_depth);
1254 binding_depth++;
1338 indent (--binding_depth);
1342 indent (binding_depth);
1366 || scope->binding_depth == binding_depth);
1397 b->binding_depth
1168 static int binding_depth = 0; variable
[all...]

Completed in 120 milliseconds