Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/include/mcld/Script/
H A DNullaryOp.h19 class IntOperand; variable
H A DUnaryOp.h18 class IntOperand; variable
H A DTernaryOp.h18 class IntOperand; variable
H A DBinaryOp.h19 class IntOperand; variable
H A DOperator.h17 class IntOperand; variable
/aosp12/frameworks/compile/mclinker/lib/Script/
H A 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