Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswscope.c257 WalkState->ScopeDepth++; in AcpiDsScopeStackPush()
260 "[%.2d] Pushed scope ", (UINT32) WalkState->ScopeDepth)); in AcpiDsScopeStackPush()
319 WalkState->ScopeDepth--; in AcpiDsScopeStackPop()
323 (UINT32) WalkState->ScopeDepth, in AcpiDsScopeStackPop()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacstruct.h194 UINT8 ScopeDepth; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp3943 unsigned ScopeDepth = 0; in mangleStaticGuardVariable() local
3944 if (Visible && !getNextDiscriminator(VD, ScopeDepth)) in mangleStaticGuardVariable()
3952 if (ScopeDepth) in mangleStaticGuardVariable()
3953 Mangler.mangleNumber(ScopeDepth); in mangleStaticGuardVariable()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h244 : Block(Block), ScopeDepth(Depth), Index(Index) {}
248 EHScopeStack::stable_iterator getScopeDepth() const { return ScopeDepth; }
253 ScopeDepth = depth;
258 EHScopeStack::stable_iterator ScopeDepth;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp1477 unsigned ScopeDepth = getTemplateDepth(S); in EnterTemplatedContext() local
1478 for (; S && S->isTemplateParamScope(); S = S->getParent(), --ScopeDepth) { in EnterTemplatedContext()
1484 if (DCDepth > ScopeDepth) in EnterTemplatedContext()
1486 if (ScopeDepth == DCDepth) in EnterTemplatedContext()