Searched refs:expr1 (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/ntp/sntp/libevent/test/ |
| H A D | tinytest_macros.h | 188 #define tt_mem_op(expr1, op, expr2, len) \ argument 189 tt_assert_test_fmt_type(expr1,expr2,#expr1" "#op" "#expr2, \
|
| /src/contrib/libevent/test/ |
| H A D | tinytest_macros.h | 188 #define tt_mem_op(expr1, op, expr2, len) \ argument 189 tt_assert_test_fmt_type(expr1,expr2,#expr1" "#op" "#expr2, \
|
| /src/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest.h | 1443 AssertionResult CmpHelperOpFailure(const char* expr1, const char* expr2, in CmpHelperOpFailure() argument 1447 << "Expected: (" << expr1 << ") " << op << " (" << expr2 in CmpHelperOpFailure() 1460 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \ 1465 return CmpHelperOpFailure(expr1, expr2, val1, val2, #op); \ 1607 GTEST_API_ AssertionResult DoubleNearPredFormat(const char* expr1, 2016 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2, 2018 GTEST_API_ AssertionResult DoubleLE(const char* expr1, const char* expr2,
|
| /src/contrib/googletest/googletest/src/ |
| H A D | gtest.cc | 1679 AssertionResult DoubleNearPredFormat(const char* expr1, const char* expr2, in DoubleNearPredFormat() argument 1711 << "The difference between " << expr1 << " and " << expr2 << " is " in DoubleNearPredFormat() 1713 << expr1 << " evaluates to " << val1 << ",\n" in DoubleNearPredFormat() 1723 << "The difference between " << expr1 << " and " << expr2 << " is " in DoubleNearPredFormat() 1725 << expr1 << " evaluates to " << val1 << ",\n" in DoubleNearPredFormat() 1732 AssertionResult FloatingPointLE(const char* expr1, const char* expr2, in FloatingPointLE() argument 1758 << "Expected: (" << expr1 << ") <= (" << expr2 << ")\n" in FloatingPointLE() 1767 AssertionResult FloatLE(const char* expr1, const char* expr2, float val1, in FloatLE() argument 1769 return internal::FloatingPointLE<float>(expr1, expr2, val1, val2); in FloatLE() 1774 AssertionResult DoubleLE(const char* expr1, const char* expr2, double val1, in DoubleLE() argument [all …]
|
| /src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyTIL.h | 1234 SExpr *expr1() { return Expr1; } in expr1() function 1235 const SExpr *expr1() const { return Expr1; } in expr1() function 1253 return Cmp.compare(expr1(), E->expr1()); in compare()
|
| H A D | ThreadSafetyTraverse.h | 784 self()->printSExpr(E->expr1(), SS, Prec_Binary-1); in printBinaryOp()
|
| /src/contrib/googletest/docs/reference/ |
| H A D | assertions.md | 445 testing::AssertionResult PredicateFormatter(const char* expr1, 456 arguments, and *`expr1`*, *`expr2`*, ..., *`exprn`* are the corresponding
|