Searched refs:ICToken (Results 1 – 1 of 1) sorted by relevance
65 typedef std::pair< InfixCalculatorTok, int64_t > ICToken; typedef in __anon7367fd340111::X86AsmParser::InfixCalculator67 SmallVector<ICToken, 4> PostfixStack;72 ICToken Op = PostfixStack.pop_back_val(); in popOperand()144 SmallVector<ICToken, 16> OperandStack; in execute()146 ICToken Op = PostfixStack[i]; in execute()152 ICToken Op2 = OperandStack.pop_back_val(); in execute()153 ICToken Op1 = OperandStack.pop_back_val(); in execute()