Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmtProfile.cpp817 BinaryOperatorKind &BinaryOp) { in DecodeOperatorCall()
1006 BinaryOperatorKind BinaryOp = BO_Comma; in VisitCXXOperatorCallExpr() local
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
HDThreadSafetyTIL.h1211 BinaryOp(TIL_BinaryOpcode Op, SExpr *E0, SExpr *E1) in BinaryOp() function
1215 BinaryOp(const BinaryOp &B, SExpr *E0, SExpr *E1) in BinaryOp() function
/NextBSD/contrib/llvm/include/llvm/TableGen/
HDRecord.h727 enum BinaryOp { ADD, AND, SHL, SRA, SRL, LISTCONCAT, STRCONCAT, CONCAT, EQ }; enum
/NextBSD/contrib/compiler-rt/lib/msan/tests/
HDmsan_test.cc3980 TEST(MemorySanitizerOrigins, BinaryOp) { in TEST() argument