Home | History | Annotate | Download | only in src

Lines Matching refs:expression

229 #define GTEST_DEATH_TEST_CHECK_(expression) \
231 if (!(expression)) { \
234 __FILE__, __LINE__, #expression)); \
242 // evaluates the expression as long as it evaluates to -1 and sets
243 // errno to EINTR. If the expression evaluates to -1 but errno is
245 #define GTEST_DEATH_TEST_CHECK_SYSCALL_(expression) \
249 gtest_retval = (expression); \
254 __FILE__, __LINE__, #expression)); \
355 // The regular expression which test output must match. DeathTestImpl
794 // regex: A regular expression object to be applied to