Searched refs:ICToken (Results 1 – 1 of 1) sorted by relevance
87 typedef std::pair< InfixCalculatorTok, int64_t > ICToken; typedef in __anon720aab8e0111::X86AsmParser::InfixCalculator89 SmallVector<ICToken, 4> PostfixStack;94 ICToken Op = PostfixStack.pop_back_val(); in popOperand()166 SmallVector<ICToken, 16> OperandStack; in execute()168 ICToken Op = PostfixStack[i]; in execute()174 ICToken Op2 = OperandStack.pop_back_val(); in execute()175 ICToken Op1 = OperandStack.pop_back_val(); in execute()