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

  /external/dexmaker/src/main/java/com/google/dexmaker/
BinaryOp.java 39 public enum BinaryOp {
  /external/clang/lib/AST/
StmtProfile.cpp 501 BinaryOperatorKind &BinaryOp) {
520 BinaryOp = BO_Add;
529 BinaryOp = BO_Sub;
538 BinaryOp = BO_Sub;
542 BinaryOp = BO_Div;
546 BinaryOp = BO_Rem;
550 BinaryOp = BO_Xor;
559 BinaryOp = BO_And;
563 BinaryOp = BO_Or;
575 BinaryOp = BO_Assign
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 930 enum BinaryOp { ADD, SHL, SRA, SRL, STRCONCAT, CONCAT, EQ };
932 BinaryOp Opc;
935 BinOpInit(BinaryOp opc, Init *lhs, Init *rhs, RecTy *Type) :
945 static BinOpInit *get(BinaryOp opc, Init *lhs, Init *rhs,
965 BinaryOp getOpcode() const { return Opc; }
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 98 milliseconds