Searched refs:StackStartPos (Results 1 – 2 of 2) sorted by relevance
146 auto BlockStackStartPos = BlockInfoStack.back().StackStartPos; in checkTypes()183 auto StackStartPos = ExactMatch in checkTypes() local189 getTypesString(Stack, StackStartPos)); in checkTypes()202 auto NumPops = std::min(Stack.size() - BlockInfoStack.back().StackStartPos, in popTypes()553 Stack.truncate(LastBlockInfo.StackStartPos); in typeCheck()
39 size_t StackStartPos; member