Searched defs:IntOperand (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/compile/mclinker/include/mcld/Script/ | ||
H A D | NullaryOp.h | 19 class IntOperand; variable |
H A D | UnaryOp.h | 18 class IntOperand; variable |
H A D | TernaryOp.h | 18 class IntOperand; variable |
H A D | BinaryOp.h | 19 class IntOperand; variable |
H A D | Operator.h | 17 class IntOperand; variable |
/aosp12/frameworks/compile/mclinker/lib/Script/ | ||
H A D | Operand.cpp | 74 IntOperand::IntOperand() : Operand(Operand::INTEGER), m_Value(0) { in IntOperand() function in mcld::IntOperand |