Searched refs:ICToken (Results 1 – 3 of 3) sorted by relevance
88 typedef std::pair< InfixCalculatorTok, int64_t > ICToken; typedef in __anon720aab8e0111::X86AsmParser::InfixCalculator90 SmallVector<ICToken, 4> PostfixStack;95 ICToken Op = PostfixStack.pop_back_val(); in popOperand()168 SmallVector<ICToken, 16> OperandStack; in execute()170 ICToken Op = PostfixStack[i]; in execute()176 ICToken Op2 = OperandStack.pop_back_val(); in execute()177 ICToken Op1 = OperandStack.pop_back_val(); in execute()
140 typedef std::pair< InfixCalculatorTok, int64_t > ICToken; typedef in __anon5196b0f00111::X86AsmParser::InfixCalculator142 SmallVector<ICToken, 4> PostfixStack;151 ICToken Op = PostfixStack.pop_back_val(); in popOperand()224 SmallVector<ICToken, 16> OperandStack; in execute()226 ICToken Op = PostfixStack[i]; in execute()231 ICToken Operand = OperandStack.pop_back_val(); in execute()248 ICToken Op2 = OperandStack.pop_back_val(); in execute()249 ICToken Op1 = OperandStack.pop_back_val(); in execute()
176 typedef std::pair< InfixCalculatorTok, int64_t > ICToken; typedef in __anonffe6455c0111::X86AsmParser::InfixCalculator178 SmallVector<ICToken, 4> PostfixStack;187 ICToken Op = PostfixStack.pop_back_val(); in popOperand()260 SmallVector<ICToken, 16> OperandStack; in execute()262 ICToken Op = PostfixStack[i]; in execute()267 ICToken Operand = OperandStack.pop_back_val(); in execute()284 ICToken Op2 = OperandStack.pop_back_val(); in execute()285 ICToken Op1 = OperandStack.pop_back_val(); in execute()