Home | History | Annotate | Download | only in src

Lines Matching refs:expression

221 #define GTEST_DEATH_TEST_CHECK_(expression) \
223 if (!::testing::internal::IsTrue(expression)) { \
226 __FILE__, __LINE__, #expression)); \
234 // evaluates the expression as long as it evaluates to -1 and sets
235 // errno to EINTR. If the expression evaluates to -1 but errno is
237 #define GTEST_DEATH_TEST_CHECK_SYSCALL_(expression) \
241 gtest_retval = (expression); \
246 __FILE__, __LINE__, #expression)); \
349 // The regular expression which test output must match. DeathTestImpl
436 // regex: A regular expression object to be applied to