Home
last modified time | relevance | path

Searched defs:BinaryOp (Results 1 – 9 of 9) sorted by relevance

/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DBinaryOp.java39 public enum BinaryOp { enum
/external/deqp/framework/randomshaders/
DrsgBinaryOps.hpp41 class BinaryOp : public Expression class
DrsgBinaryOps.cpp35 BinaryOp<Precedence, Assoc>::BinaryOp (Token::Type operatorToken) in BinaryOp() function in rsg::BinaryOp
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3789 struct BinaryOp { struct
3790 unsigned Opcode;
3791 Value *LHS;
3792 Value *RHS;
3793 bool IsNSW;
3794 bool IsNUW;
3798 Operator *Op;
3800 explicit BinaryOp(Operator *Op) in BinaryOp() function
3809 explicit BinaryOp(unsigned Opcode, Value *LHS, Value *RHS, bool IsNSW = false, in BinaryOp() argument
/external/clang/lib/AST/
DStmtProfile.cpp1000 BinaryOperatorKind &BinaryOp) { in DecodeOperatorCall()
1188 BinaryOperatorKind BinaryOp = BO_Comma; in VisitCXXOperatorCallExpr() local
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1211 BinaryOp(TIL_BinaryOpcode Op, SExpr *E0, SExpr *E1) in BinaryOp() function
1215 BinaryOp(const BinaryOp &B, SExpr *E0, SExpr *E1) in BinaryOp() function
/external/llvm/include/llvm/TableGen/
DRecord.h801 enum BinaryOp : uint8_t { ADD, AND, SHL, SRA, SRL, LISTCONCAT, enum
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
DRecord.h954 enum BinaryOp { SHL, SRA, SRL, STRCONCAT, CONCAT, EQ }; enum
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc4090 TEST(MemorySanitizerOrigins, BinaryOp) { in TEST() argument