Searched refs:ExpectedStackTop (Results 1 – 1 of 1) sorted by relevance
220 void PopScope(TGVarScope *ExpectedStackTop) { in PopScope() argument221 assert(ExpectedStackTop == CurScope.get() && in PopScope()