Home
last modified time | relevance | path

Searched defs:appendOperand (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DNullaryOp.h39 void appendOperand(Operand* pOperand) { assert(0); } in appendOperand() function
DUnaryOp.h39 void appendOperand(Operand* pOperand) { m_pOperand = pOperand; } in appendOperand() function
DBinaryOp.h41 void appendOperand(Operand* pOperand) { in appendOperand() function
DTernaryOp.h41 void appendOperand(Operand* pOperand) { in appendOperand() function