Searched refs:inputStack (Results 1 – 8 of 8) sorted by relevance
237 inputStack.push_back(in); in pushInput()242 inputStack.back()->notifyDeleted(); in popInput()243 delete inputStack.back(); in popInput()244 inputStack.pop_back(); in popInput()371 while (! inputStack.empty()) { in scanToken()372 token = inputStack.back()->scan(ppToken); in scanToken()373 if (token != EndOfInput || inputStack.empty()) in scanToken()380 int getChar() { return inputStack.back()->getch(); } in getChar()381 void ungetChar() { inputStack.back()->ungetch(); } in ungetChar()382 bool peekPasting() { return !inputStack.empty() && inputStack.back()->peekPasting(); } in peekPasting()[all …]
106 while (! inputStack.empty()) in ~TPpContext()112 assert(inputStack.size() == 0); in setInput()
1020 if (inputStack.empty()) in scanHeaderName()1026 int ch = inputStack.back()->getch(); in scanHeaderName()
199 private int[] inputStack; field in Frame256 inputStack = frame.inputStack; in copyFrom()398 inputStack = new int[0]; in setInputFrameFromDescriptor()454 inputStack = new int[numStack + numStackTop]; in setInputFrameFromApiFormat()457 inputStack[inputStackIndex++] = getAbstractTypeFromApiFormat(symbolTable, stack[i]); in setInputFrameFromApiFormat()459 inputStack[inputStackIndex++] = TOP; in setInputFrameFromApiFormat()467 return inputStack.length; in getInputStackSize()653 initializedType = dim + inputStack[inputStack.length - value]; in getInitializedType()1139 int concreteOutputType = dim + inputStack[numStack - (abstractOutputType & VALUE_MASK)]; in getConcreteOutputType()1170 int numStack = inputStack.length; in merge()[all …]
344 xmlRegInputTokenPtr inputStack;/* when operating on strings */ member3143 if (exec->inputStack != NULL) { in xmlFARegDebugExec()3148 exec->inputStack[exec->inputStackNr - (i + 1)].value); in xmlFARegDebugExec()3272 exec->inputStack = NULL; in xmlFARegExec()3620 exec->inputStack = NULL; in xmlRegNewExecCtxt()3650 if (exec->inputStack != NULL) { in xmlRegFreeExecCtxt()3654 if (exec->inputStack[i].value != NULL) in xmlRegFreeExecCtxt()3655 xmlFree(exec->inputStack[i].value); in xmlRegFreeExecCtxt()3657 xmlFree(exec->inputStack); in xmlRegFreeExecCtxt()3672 exec->inputStack = (xmlRegInputTokenPtr) in xmlFARegExecSaveInputString()[all …]