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