Home
last modified time | relevance | path

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

/external/dexmaker/src/main/java/com/google/dexmaker/
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/clang/lib/AST/
DStmtProfile.cpp886 BinaryOperatorKind &BinaryOp) { in DecodeOperatorCall()
1074 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.h727 enum BinaryOp { ADD, AND, SHL, SRA, SRL, LISTCONCAT, STRCONCAT, CONCAT, EQ }; enum
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc4000 TEST(MemorySanitizerOrigins, BinaryOp) { in TEST() argument