Searched refs:ExpectedStackTop (Results 1 – 1 of 1) sorted by relevance
190 void PopLocalScope(TGLocalVarScope *ExpectedStackTop) { in PopLocalScope() argument191 assert(ExpectedStackTop == CurLocalScope.get() && in PopLocalScope()