Home | History | Annotate | Download | only in tests

Lines Matching refs:LargeFunction

813 NOINLINE static int LargeFunction(bool do_bad_access) {
846 int failing_line = LargeFunction(false);
848 sprintf(expected_warning, "LargeFunction.*asan_test.*:%d", failing_line);
849 EXPECT_DEATH(LargeFunction(true), expected_warning);