Searched refs:ICToken (Results 1 – 2 of 2) sorted by relevance
133 typedef std::pair< InfixCalculatorTok, int64_t > ICToken; typedef in __anonfb2428c60111::X86AsmParser::InfixCalculator135 SmallVector<ICToken, 4> PostfixStack;144 ICToken Op = PostfixStack.pop_back_val(); in popOperand()217 SmallVector<ICToken, 16> OperandStack; in execute()219 ICToken Op = PostfixStack[i]; in execute()224 ICToken Operand = OperandStack.pop_back_val(); in execute()241 ICToken Op2 = OperandStack.pop_back_val(); in execute()242 ICToken Op1 = OperandStack.pop_back_val(); in execute()
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()