HomeSort by relevance Sort by last modified time
    Searched defs:BinaryOp (Results 1 - 9 of 9) sorted by null

  /frameworks/compile/mclinker/include/mcld/Script/
BinaryOp.h 1 //===- BinaryOp.h ---------------------------------------------------------===//
23 /** \class BinaryOP
28 class BinaryOp : public Operator
33 BinaryOp()
40 ~BinaryOp()
58 IntOperand* BinaryOp<Operator::MUL>::eval(const Module&,
61 IntOperand* BinaryOp<Operator::DIV>::eval(const Module&,
64 IntOperand* BinaryOp<Operator::MOD>::eval(const Module&,
67 IntOperand* BinaryOp<Operator::ADD>::eval(const Module&,
70 IntOperand* BinaryOp<Operator::SUB>::eval(const Module&
    [all...]
  /external/dexmaker/src/main/java/com/google/dexmaker/
BinaryOp.java 39 public enum BinaryOp {
  /external/chromium_org/third_party/sqlite/src/test/
fuzz_common.tcl 26 # BinaryOp
57 proc BinaryOp {} {
74 {[Expr $c] [BinaryOp] [Expr $c]} \
  /external/deqp/framework/randomshaders/
rsgBinaryOps.cpp 35 BinaryOp<Precedence, Assoc>::BinaryOp (Token::Type operatorToken)
45 BinaryOp<Precedence, Assoc>::~BinaryOp (void)
52 Expression* BinaryOp<Precedence, Assoc>::createNextChild (GeneratorState& state)
76 float BinaryOp<Precedence, Assoc>::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange)
93 void BinaryOp<Precedence, Assoc>::tokenize (GeneratorState& state, TokenStream& str) const
101 void BinaryOp<Precedence, Assoc>::evaluate (ExecutionContext& execCtx)
115 : BinaryOp<Precedence, ASSOCIATIVITY_LEFT>(operatorToken)
398 : BinaryOp<7, ASSOCIATIVITY_LEFT>(operatorToken
    [all...]
rsgBinaryOps.hpp 41 class BinaryOp : public Expression
44 BinaryOp (Token::Type operatorToken);
45 virtual ~BinaryOp (void);
69 class BinaryVecOp : public BinaryOp<Precedence, ASSOCIATIVITY_LEFT>
148 class RelationalOp : public BinaryOp<7, ASSOCIATIVITY_LEFT>
264 class EqualityComparisonOp : public BinaryOp<8, ASSOCIATIVITY_LEFT>
  /external/clang/lib/AST/
StmtProfile.cpp 647 BinaryOperatorKind &BinaryOp) {
666 BinaryOp = BO_Add;
675 BinaryOp = BO_Sub;
684 BinaryOp = BO_Mul;
688 BinaryOp = BO_Div;
692 BinaryOp = BO_Rem;
696 BinaryOp = BO_Xor;
705 BinaryOp = BO_And;
709 BinaryOp = BO_Or;
721 BinaryOp = BO_Assign
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 931 enum BinaryOp { ADD, SHL, SRA, SRL, LISTCONCAT, STRCONCAT, CONCAT, EQ };
934 BinaryOp Opc;
937 BinOpInit(BinaryOp opc, Init *lhs, Init *rhs, RecTy *Type) :
947 static BinOpInit *get(BinaryOp opc, Init *lhs, Init *rhs,
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 

Completed in 309 milliseconds