Searched refs:Operator (Results 1 - 17 of 17) sorted by relevance

/frameworks/compile/mclinker/lib/Script/
H A DOperator.cpp1 //===- Operator.cpp -------------------------------------------------------===//
9 #include "mcld/Script/Operator.h"
21 // Operator
23 const char* Operator::OpNames[] = {
43 Operator::Operator(Arity pArity, Type pType) function in class:mcld::Operator
48 Operator::~Operator() {
51 void Operator::dump() const {
57 Operator
[all...]
H A DNullaryOp.cpp19 IntOperand* NullaryOp<Operator::SIZEOF_HEADERS>::eval(
28 IntOperand* NullaryOp<Operator::MAXPAGESIZE>::eval(
37 IntOperand* NullaryOp<Operator::COMMONPAGESIZE>::eval(
H A DScriptParser.yy15 #include "mcld/Script/Operator.h"
639 &Operator::create<Operator::UNARY_PLUS>());
645 &Operator::create<Operator::UNARY_MINUS>());
651 &Operator::create<Operator::LOGICAL_NOT>());
657 &Operator::create<Operator::BITWISE_NOT>());
663 &Operator
[all...]
H A DUnaryOp.cpp26 IntOperand* UnaryOp<Operator::UNARY_PLUS>::eval(
35 IntOperand* UnaryOp<Operator::UNARY_MINUS>::eval(
44 IntOperand* UnaryOp<Operator::LOGICAL_NOT>::eval(
53 IntOperand* UnaryOp<Operator::BITWISE_NOT>::eval(
62 IntOperand* UnaryOp<Operator::ABSOLUTE>::eval(const Module& pModule,
70 IntOperand* UnaryOp<Operator::ADDR>::eval(const Module& pModule,
92 IntOperand* UnaryOp<Operator::ALIGNOF>::eval(const Module& pModule,
114 IntOperand* UnaryOp<Operator::DATA_SEGMENT_END>::eval(
123 IntOperand* UnaryOp<Operator::DEFINED>::eval(const Module& pModule,
131 IntOperand* UnaryOp<Operator
[all...]
H A DRpnExpr.cpp13 #include "mcld/Script/Operator.h"
83 expr->push_back(&Operator::create<Operator::ADDR>());
85 expr->push_back(&Operator::create<Operator::SIZEOF>());
86 expr->push_back(&Operator::create<Operator::ADD>());
H A DBinaryOp.cpp27 IntOperand* BinaryOp<Operator::MUL>::eval(const Module& pModule,
35 IntOperand* BinaryOp<Operator::DIV>::eval(const Module& pModule,
43 IntOperand* BinaryOp<Operator::MOD>::eval(const Module& pModule,
51 IntOperand* BinaryOp<Operator::ADD>::eval(const Module& pModule,
59 IntOperand* BinaryOp<Operator::SUB>::eval(const Module& pModule,
67 IntOperand* BinaryOp<Operator::LSHIFT>::eval(const Module& pModule,
75 IntOperand* BinaryOp<Operator::RSHIFT>::eval(const Module& pModule,
83 IntOperand* BinaryOp<Operator::LT>::eval(const Module& pModule,
91 IntOperand* BinaryOp<Operator::LE>::eval(const Module& pModule,
99 IntOperand* BinaryOp<Operator
[all...]
H A DRpnEvaluator.cpp14 #include "mcld/Script/Operator.h"
39 Operator* op = llvm::cast<Operator>(*it);
41 case Operator::NULLARY: {
45 case Operator::UNARY: {
52 case Operator::BINARY: {
62 case Operator::TERNARY: {
H A DTernaryOp.cpp20 IntOperand* TernaryOp<Operator::TERNARY_IF>::eval(
33 IntOperand* TernaryOp<Operator::DATA_SEGMENT_ALIGN>::eval(
/frameworks/compile/mclinker/include/mcld/Script/
H A DOperator.h1 //===- Operator.h ---------------------------------------------------------===//
22 /** \class Operator
26 class Operator : public ExprToken { class in namespace:mcld
90 Operator(Arity pArity, Type pType);
96 virtual ~Operator();
113 template <Operator::Type TYPE>
114 static Operator& create();
124 Operator& Operator::create<Operator
[all...]
H A DUnaryOp.h12 #include "mcld/Script/Operator.h"
27 template <Operator::Type TYPE>
28 class UnaryOp : public Operator {
30 friend class Operator;
32 UnaryOp() : Operator(Operator::UNARY, TYPE), m_pOperand(NULL) {}
46 IntOperand* UnaryOp<Operator::UNARY_PLUS>::eval(const Module&,
49 IntOperand* UnaryOp<Operator::UNARY_MINUS>::eval(const Module&,
52 IntOperand* UnaryOp<Operator::LOGICAL_NOT>::eval(const Module&,
55 IntOperand* UnaryOp<Operator
[all...]
H A DNullaryOp.h12 #include "mcld/Script/Operator.h"
27 template <Operator::Type TYPE>
28 class NullaryOp : public Operator {
30 friend class Operator;
32 NullaryOp() : Operator(Operator::NULLARY, TYPE) {}
43 IntOperand* NullaryOp<Operator::SIZEOF_HEADERS>::eval(const Module&,
46 IntOperand* NullaryOp<Operator::MAXPAGESIZE>::eval(const Module&,
50 IntOperand* NullaryOp<Operator::COMMONPAGESIZE>::eval(const Module&,
H A DBinaryOp.h12 #include "mcld/Script/Operator.h"
27 template <Operator::Type TYPE>
28 class BinaryOp : public Operator {
30 friend class Operator;
32 BinaryOp() : Operator(Operator::BINARY, TYPE), m_Size(0) {
53 IntOperand* BinaryOp<Operator::MUL>::eval(const Module&,
56 IntOperand* BinaryOp<Operator::DIV>::eval(const Module&,
59 IntOperand* BinaryOp<Operator::MOD>::eval(const Module&,
62 IntOperand* BinaryOp<Operator
[all...]
H A DTernaryOp.h12 #include "mcld/Script/Operator.h"
27 template <Operator::Type TYPE>
28 class TernaryOp : public Operator {
30 friend class Operator;
32 TernaryOp() : Operator(Operator::TERNARY, TYPE) {
53 IntOperand* TernaryOp<Operator::TERNARY_IF>::eval(const Module&,
57 IntOperand* TernaryOp<Operator::DATA_SEGMENT_ALIGN>::eval(
/frameworks/base/tools/split-select/
H A DRule.h33 enum Operator { enum in struct:split::Rule
46 Operator op;
/frameworks/base/
H A Dpreloaded-classes291 [Lsun.security.util.DisabledAlgorithmConstraints$Constraint$Operator;
4503 sun.security.util.DisabledAlgorithmConstraints$Constraint$Operator
H A Dcompiled-classes-phone8420 sun.security.util.DisabledAlgorithmConstraints$Constraint$Operator
/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 4372 milliseconds