Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/contrib/dev/acpica/dispatcher/
Ddswscope.c150 WalkState->ScopeDepth++; in AcpiDsScopeStackPush()
153 "[%.2d] Pushed scope ", (UINT32) WalkState->ScopeDepth)); in AcpiDsScopeStackPush()
213 WalkState->ScopeDepth--; in AcpiDsScopeStackPop()
217 (UINT32) WalkState->ScopeDepth, in AcpiDsScopeStackPop()
/freebsd-9-stable/sys/contrib/dev/acpica/include/
Dacstruct.h91 UINT8 ScopeDepth; member
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCodeGenFunction.h105 JumpDest() : Block(0), ScopeDepth(), Index(0) {} in JumpDest()
109 : Block(Block), ScopeDepth(Depth), Index(Index) {} in JumpDest()
113 EHScopeStack::stable_iterator getScopeDepth() const { return ScopeDepth; } in getScopeDepth()
118 ScopeDepth = depth; in setScopeDepth()
123 EHScopeStack::stable_iterator ScopeDepth; member