Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Script/
DNullaryOp.h18 class Operand; variable
DUnaryOp.h20 class Operand; variable
DTernaryOp.h20 class Operand; variable
DBinaryOp.h18 class Operand; variable
DOperator.h19 class Operand; variable
/frameworks/compile/mclinker/lib/Script/
DOperand.cpp24 Operand::Operand(Type pType) : ExprToken(ExprToken::OPERAND), m_Type(pType) { in Operand() function in mcld::Operand