Searched defs:eval (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
H A DNullaryOp.cpp19 IntOperand* NullaryOp<Operator::SIZEOF_HEADERS>::eval( function in class:mcld::NullaryOp
28 IntOperand* NullaryOp<Operator::MAXPAGESIZE>::eval( function in class:mcld::NullaryOp
37 IntOperand* NullaryOp<Operator::COMMONPAGESIZE>::eval( function in class:mcld::NullaryOp
H A DUnaryOp.cpp26 IntOperand* UnaryOp<Operator::UNARY_PLUS>::eval( function in class:mcld::UnaryOp
35 IntOperand* UnaryOp<Operator::UNARY_MINUS>::eval( function in class:mcld::UnaryOp
44 IntOperand* UnaryOp<Operator::LOGICAL_NOT>::eval( function in class:mcld::UnaryOp
53 IntOperand* UnaryOp<Operator::BITWISE_NOT>::eval( function in class:mcld::UnaryOp
62 IntOperand* UnaryOp<Operator::ABSOLUTE>::eval(const Module& pModule, function in class:mcld::UnaryOp
70 IntOperand* UnaryOp<Operator::ADDR>::eval(const Module& pModule, function in class:mcld::UnaryOp
92 IntOperand* UnaryOp<Operator::ALIGNOF>::eval(const Module& pModule, function in class:mcld::UnaryOp
114 IntOperand* UnaryOp<Operator::DATA_SEGMENT_END>::eval( function in class:mcld::UnaryOp
123 IntOperand* UnaryOp<Operator::DEFINED>::eval(const Module& pModule, function in class:mcld::UnaryOp
131 IntOperand* UnaryOp<Operator::LENGTH>::eval(cons function in class:mcld::UnaryOp
139 IntOperand* UnaryOp<Operator::LOADADDR>::eval(const Module& pModule, function in class:mcld::UnaryOp
147 IntOperand* UnaryOp<Operator::NEXT>::eval(const Module& pModule, function in class:mcld::UnaryOp
155 IntOperand* UnaryOp<Operator::ORIGIN>::eval(const Module& pModule, function in class:mcld::UnaryOp
163 IntOperand* UnaryOp<Operator::SIZEOF>::eval(const Module& pModule, function in class:mcld::UnaryOp
[all...]
H A DBinaryOp.cpp27 IntOperand* BinaryOp<Operator::MUL>::eval(const Module& pModule, function in class:mcld::BinaryOp
35 IntOperand* BinaryOp<Operator::DIV>::eval(const Module& pModule, function in class:mcld::BinaryOp
43 IntOperand* BinaryOp<Operator::MOD>::eval(const Module& pModule, function in class:mcld::BinaryOp
51 IntOperand* BinaryOp<Operator::ADD>::eval(const Module& pModule, function in class:mcld::BinaryOp
59 IntOperand* BinaryOp<Operator::SUB>::eval(const Module& pModule, function in class:mcld::BinaryOp
67 IntOperand* BinaryOp<Operator::LSHIFT>::eval(const Module& pModule, function in class:mcld::BinaryOp
75 IntOperand* BinaryOp<Operator::RSHIFT>::eval(const Module& pModule, function in class:mcld::BinaryOp
83 IntOperand* BinaryOp<Operator::LT>::eval(const Module& pModule, function in class:mcld::BinaryOp
91 IntOperand* BinaryOp<Operator::LE>::eval(const Module& pModule, function in class:mcld::BinaryOp
99 IntOperand* BinaryOp<Operator::GT>::eval(cons function in class:mcld::BinaryOp
107 IntOperand* BinaryOp<Operator::GE>::eval(const Module& pModule, function in class:mcld::BinaryOp
115 IntOperand* BinaryOp<Operator::EQ>::eval(const Module& pModule, function in class:mcld::BinaryOp
123 IntOperand* BinaryOp<Operator::NE>::eval(const Module& pModule, function in class:mcld::BinaryOp
131 IntOperand* BinaryOp<Operator::BITWISE_AND>::eval( function in class:mcld::BinaryOp
140 IntOperand* BinaryOp<Operator::BITWISE_XOR>::eval( function in class:mcld::BinaryOp
149 IntOperand* BinaryOp<Operator::BITWISE_OR>::eval( function in class:mcld::BinaryOp
158 IntOperand* BinaryOp<Operator::LOGICAL_AND>::eval( function in class:mcld::BinaryOp
167 IntOperand* BinaryOp<Operator::LOGICAL_OR>::eval( function in class:mcld::BinaryOp
176 IntOperand* BinaryOp<Operator::ALIGN>::eval(const Module& pModule, function in class:mcld::BinaryOp
187 IntOperand* BinaryOp<Operator::DATA_SEGMENT_RELRO_END>::eval( function in class:mcld::BinaryOp
200 IntOperand* BinaryOp<Operator::MAX>::eval(const Module& pModule, function in class:mcld::BinaryOp
211 IntOperand* BinaryOp<Operator::MIN>::eval(const Module& pModule, function in class:mcld::BinaryOp
223 IntOperand* BinaryOp<Operator::SEGMENT_START>::eval( function in class:mcld::BinaryOp
[all...]
H A DTernaryOp.cpp20 IntOperand* TernaryOp<Operator::TERNARY_IF>::eval( function in class:mcld::TernaryOp
33 IntOperand* TernaryOp<Operator::DATA_SEGMENT_ALIGN>::eval( function in class:mcld::TernaryOp
H A DRpnEvaluator.cpp33 bool RpnEvaluator::eval(const RpnExpr& pExpr, uint64_t& pResult) { function in class:mcld::RpnEvaluator
42 operandStack.push(op->eval(m_Module, m_Backend));
49 operandStack.push(op->eval(m_Module, m_Backend));
59 operandStack.push(op->eval(m_Module, m_Backend));
72 operandStack.push(op->eval(m_Module, m_Backend));
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 43 milliseconds