Home
last modified time | relevance | path

Searched defs:expr1 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/test/
H A Dtinytest_macros.h188 #define tt_mem_op(expr1, op, expr2, len) \ argument
/freebsd/contrib/libevent/test/
H A Dtinytest_macros.h188 #define tt_mem_op(expr1, op, expr2, len) \ argument
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc1638 AssertionResult DoubleNearPredFormat(const char* expr1, const char* expr2, in DoubleNearPredFormat()
1679 AssertionResult FloatingPointLE(const char* expr1, const char* expr2, in FloatingPointLE()
1714 AssertionResult FloatLE(const char* expr1, const char* expr2, float val1, in FloatLE()
1721 AssertionResult DoubleLE(const char* expr1, const char* expr2, double val1, in DoubleLE()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1234 SExpr *expr1() { return Expr1; } in expr1() function
1235 const SExpr *expr1() const { return Expr1; } in expr1() function
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1428 AssertionResult CmpHelperOpFailure(const char* expr1, const char* expr2, in CmpHelperOpFailure()