Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/test/
Dfuzz_common.tcl57 proc BinaryOp {} { procedure
/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/chromium_org/tools/gn/
Dparser_unittest.cc99 TEST(Parser, BinaryOp) { in TEST() argument
/external/clang/lib/AST/
DStmtProfile.cpp647 BinaryOperatorKind &BinaryOp) { in DecodeOperatorCall()
836 BinaryOperatorKind BinaryOp = BO_Comma; in VisitCXXOperatorCallExpr() local
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1272 BinaryOp(TIL_BinaryOpcode Op, SExpr *E0, SExpr *E1) in BinaryOp() function
1276 BinaryOp(const BinaryOp &B, SExpr *E0, SExpr *E1) in BinaryOp() function
/external/llvm/include/llvm/TableGen/
DRecord.h931 enum BinaryOp { ADD, SHL, SRA, SRL, LISTCONCAT, STRCONCAT, CONCAT, EQ }; enum
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc3840 TEST(MemorySanitizerOrigins, BinaryOp) { in TEST() argument