Searched refs:expr1 (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/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, \
|
| /freebsd-14.2/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, \
|
| /freebsd-14.2/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest.h | 1428 AssertionResult CmpHelperOpFailure(const char* expr1, const char* expr2, in CmpHelperOpFailure() argument 1432 << "Expected: (" << expr1 << ") " << op << " (" << expr2 in CmpHelperOpFailure() 1445 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \ 1450 return CmpHelperOpFailure(expr1, expr2, val1, val2, #op); \ 1592 GTEST_API_ AssertionResult DoubleNearPredFormat(const char* expr1, 2000 GTEST_API_ AssertionResult FloatLE(const char* expr1, const char* expr2, 2002 GTEST_API_ AssertionResult DoubleLE(const char* expr1, const char* expr2,
|
| /freebsd-14.2/contrib/googletest/googletest/src/ |
| H A D | gtest.cc | 1638 AssertionResult DoubleNearPredFormat(const char* expr1, const char* expr2, in DoubleNearPredFormat() argument 1658 << "The difference between " << expr1 << " and " << expr2 << " is " in DoubleNearPredFormat() 1660 << expr1 << " evaluates to " << val1 << ",\n" in DoubleNearPredFormat() 1670 << "The difference between " << expr1 << " and " << expr2 << " is " in DoubleNearPredFormat() 1672 << expr1 << " evaluates to " << val1 << ",\n" in DoubleNearPredFormat() 1679 AssertionResult FloatingPointLE(const char* expr1, const char* expr2, in FloatingPointLE() argument 1705 << "Expected: (" << expr1 << ") <= (" << expr2 << ")\n" in FloatingPointLE() 1714 AssertionResult FloatLE(const char* expr1, const char* expr2, float val1, in FloatLE() argument 1716 return internal::FloatingPointLE<float>(expr1, expr2, val1, val2); in FloatLE() 1721 AssertionResult DoubleLE(const char* expr1, const char* expr2, double val1, in DoubleLE() argument [all …]
|
| /freebsd-14.2/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()
|
| /freebsd-14.2/contrib/googletest/docs/reference/ |
| H A D | assertions.md | 438 testing::AssertionResult PredicateFormatter(const char* expr1, 449 arguments, and *`expr1`*, *`expr2`*, ..., *`exprn`* are the corresponding
|