Searched defs:m_pOperand (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
H A DBinaryOp.h36 m_pOperand[0] = m_pOperand[1] = NULL;
47 m_pOperand[m_Size++] = pOperand;
54 Operand* m_pOperand[2]; member in class:mcld::BinaryOp
H A DTernaryOp.h36 m_pOperand[0] = m_pOperand[1] = m_pOperand[2] = NULL;
47 m_pOperand[m_Size++] = pOperand;
54 Operand* m_pOperand[3]; member in class:mcld::TernaryOp
H A DUnaryOp.h34 : Operator(Operator::UNARY, TYPE), m_pOperand(NULL)
45 m_pOperand = pOperand;
49 Operand* m_pOperand; member in class:mcld::UnaryOp

Completed in 211 milliseconds