Home
last modified time | relevance | path

Searched defs:IntOperand (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DNullaryOp.h19 class IntOperand; variable
DUnaryOp.h18 class IntOperand; variable
DBinaryOp.h19 class IntOperand; variable
DTernaryOp.h18 class IntOperand; variable
DOperator.h17 class IntOperand; variable
/frameworks/compile/mclinker/lib/Script/
DOperand.cpp74 IntOperand::IntOperand() : Operand(Operand::INTEGER), m_Value(0) { in IntOperand() function in mcld::IntOperand
77 IntOperand::IntOperand(uint64_t pValue) in IntOperand() function in mcld::IntOperand