Home
last modified time | relevance | path

Searched refs:ScopeDepth (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/dispatcher/
H A Ddswscope.c149 WalkState->ScopeDepth++; in AcpiDsScopeStackPush()
152 "[%.2d] Pushed scope ", (UINT32) WalkState->ScopeDepth)); in AcpiDsScopeStackPush()
211 WalkState->ScopeDepth--; in AcpiDsScopeStackPop()
215 (UINT32) WalkState->ScopeDepth, in AcpiDsScopeStackPop()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacstruct.h86 UINT8 ScopeDepth; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp3754 unsigned ScopeDepth = 0; in mangleStaticGuardVariable() local
3755 if (Visible && !getNextDiscriminator(VD, ScopeDepth)) in mangleStaticGuardVariable()
3763 if (ScopeDepth) in mangleStaticGuardVariable()
3764 Mangler.mangleNumber(ScopeDepth); in mangleStaticGuardVariable()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h244 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;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp1390 unsigned ScopeDepth = getTemplateDepth(S); in EnterTemplatedContext() local
1391 for (; S && S->isTemplateParamScope(); S = S->getParent(), --ScopeDepth) { in EnterTemplatedContext()
1397 if (DCDepth > ScopeDepth) in EnterTemplatedContext()
1399 if (ScopeDepth == DCDepth) in EnterTemplatedContext()