HomeSort by: relevance | last modified time | path
    Searched refs:ScopeDepth (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/dispatcher/
dswscope.c 149 WalkState->ScopeDepth++;
152 "[%.2d] Pushed scope ", (UINT32) WalkState->ScopeDepth));
211 WalkState->ScopeDepth--;
215 (UINT32) WalkState->ScopeDepth,
  /src/sys/external/bsd/acpica/dist/include/
acstruct.h 86 UINT8 ScopeDepth;
  /src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftMangle.cpp 3754 unsigned ScopeDepth = 0;
3755 if (Visible && !getNextDiscriminator(VD, ScopeDepth))
3763 if (ScopeDepth)
3764 Mangler.mangleNumber(ScopeDepth);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h 244 JumpDest() : Block(nullptr), ScopeDepth(), Index(0) {}
248 : Block(Block), ScopeDepth(Depth), Index(Index) {}
252 EHScopeStack::stable_iterator getScopeDepth() const { return ScopeDepth; }
257 ScopeDepth = depth;
262 EHScopeStack::stable_iterator ScopeDepth;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 1390 unsigned ScopeDepth = getTemplateDepth(S);
1391 for (; S && S->isTemplateParamScope(); S = S->getParent(), --ScopeDepth) {
1397 if (DCDepth > ScopeDepth)
1399 if (ScopeDepth == DCDepth)

Completed in 56 milliseconds