Home
last modified time | relevance | path

Searched refs:m_pIntOperand (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h92 const IntOperand* result() const { return m_pIntOperand; } in result()
93 IntOperand* result() { return m_pIntOperand; } in result()
119 IntOperand* m_pIntOperand; variable
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp45 m_pIntOperand = IntOperand::create(0); in Operator()