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

/frameworks/compile/mclinker/lib/Script/
H A DRpnEvaluator.cpp34 std::stack<Operand*> operandStack; local
42 operandStack.push(op->eval(m_Module, m_Backend));
46 Operand* opd = operandStack.top();
47 operandStack.pop();
49 operandStack.push(op->eval(m_Module, m_Backend));
53 Operand* opd2 = operandStack.top();
54 operandStack.pop();
55 Operand* opd1 = operandStack.top();
56 operandStack.pop();
59 operandStack
[all...]

Completed in 43 milliseconds