Searched refs:LargeFunction (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/test/asan/TestCases/
H A Dlarge_func_test.cc9 static void LargeFunction(int *x, int zero) { function
27 // CHECK-Linux: {{#0 0x.* in LargeFunction.*large_func_test.cc:}}[[@LINE-3]]
28 // CHECK-Darwin: {{#0 0x.* in .*LargeFunction.*large_func_test.cc}}:[[@LINE-4]]
44 LargeFunction(x, argc - 1);
/external/compiler-rt/lib/asan/tests/
H A Dasan_test.cc809 NOINLINE static int LargeFunction(bool do_bad_access) { function
842 int failing_line = LargeFunction(false);
844 sprintf(expected_warning, "LargeFunction.*asan_test.*:%d", failing_line);
845 EXPECT_DEATH(LargeFunction(true), expected_warning);

Completed in 181 milliseconds