Searched refs:operandStack (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
H A DRpnEvaluator.cpp33 std::stack<Operand*> operandStack; local
41 operandStack.push(op->eval(m_Module, m_Backend));
45 Operand* opd = operandStack.top();
46 operandStack.pop();
48 operandStack.push(op->eval(m_Module, m_Backend));
52 Operand* opd2 = operandStack.top();
53 operandStack.pop();
54 Operand* opd1 = operandStack.top();
55 operandStack.pop();
58 operandStack
[all...]

Completed in 51 milliseconds