Home | History | Annotate | Download | only in test

Lines Matching refs:statement

284 // comprises only a single C++ statement.
294 // doesn't expand into an "if" statement without an "else"
490 // Tests that a compound statement can be used in a death test.
513 // On exit, *aborted will be true iff the EXPECT_DEATH() statement
557 // Tests that death tests report executing 'return' in the statement as
561 "illegal return in test statement.");
729 " Result: illegal return in test statement.\n"
767 virtual bool Create(const char* statement,
882 bool MockDeathTestFactory::Create(const char* /*statement*/,
978 // executes a return statement.
1185 // Empty statement will not crash, which must trigger a failure.
1200 // Empty statement will not crash, but that should not trigger a failure
1244 // comprises only a single C++ statement.
1256 // doesn't expand into an "if" statement without an "else"