Searched defs:Operand (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
H A DOperand.cpp1 //===- Operand.cpp --------------------------------------------------------===//
9 #include <mcld/Script/Operand.h>
20 // Operand
22 Operand::Operand(Type pType) function in class:Operand
27 Operand::~Operand()
38 : Operand(Operand::SYMBOL), m_Value(0)
43 : Operand(Operan
[all...]
/frameworks/compile/mclinker/include/mcld/Script/
H A DOperand.h1 //===- Operand.h ----------------------------------------------------------===//
23 /** \class Operand
27 class Operand : public ExprToken class in namespace:mcld
39 Operand(Type pType);
40 virtual ~Operand();
62 class SymOperand : public Operand
80 static bool classof(const Operand* pOperand)
82 return pOperand->type() == Operand::SYMBOL;
99 class IntOperand : public Operand
113 static bool classof(const Operand* pOperan
[all...]

Completed in 33 milliseconds