Searched defs:BinaryOp (Results 1 - 3 of 3) sorted by relevance

/external/dexmaker/src/main/java/com/google/dexmaker/
H A DBinaryOp.java39 public enum BinaryOp { enum
/external/clang/lib/AST/
H A DStmtProfile.cpp501 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
499 DecodeOperatorCall(const CXXOperatorCallExpr *S, UnaryOperatorKind &UnaryOp, BinaryOperatorKind &BinaryOp) argument
690 BinaryOperatorKind BinaryOp = BO_Comma; local
[all...]
/external/llvm/include/llvm/TableGen/
H A DRecord.h874 enum BinaryOp { SHL, SRA, SRL, STRCONCAT, CONCAT, EQ }; enum in class:llvm::BinOpInit
876 BinaryOp Opc;
879 BinOpInit(BinaryOp opc, Init *lhs, Init *rhs, RecTy *Type) :
886 static BinOpInit *get(BinaryOp opc, Init *lhs, Init *rhs,
906 BinaryOp getOpcode() const { return Opc; }

Completed in 90 milliseconds