HomeSort by: relevance | last modified time | path
    Searched defs:binding_depth (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.h 287 int binding_depth;
285 int binding_depth; variable
name-lookup.cc 4522 static int binding_depth = 0;
4595 scope->binding_depth = binding_depth;
4596 indent (binding_depth);
4599 binding_depth++;
4685 indent (--binding_depth);
4703 || scope->binding_depth == binding_depth);
4750 b->binding_depth = binding_depth;
4521 static int binding_depth = 0; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.h 285 int binding_depth;
283 int binding_depth; variable
name-lookup.cc 4187 static int binding_depth = 0;
4251 scope->binding_depth = binding_depth;
4252 indent (binding_depth);
4255 binding_depth++;
4342 indent (--binding_depth);
4360 || scope->binding_depth == binding_depth);
4407 b->binding_depth = binding_depth;
4186 static int binding_depth = 0; variable
    [all...]

Completed in 32 milliseconds