HomeSort by relevance Sort by last modified time
    Searched refs:LargeFunction (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/test/asan/TestCases/
large_func_test.cc 9 static void LargeFunction(int *x, int zero) {
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/
asan_test.cc 809 NOINLINE static int LargeFunction(bool do_bad_access) {
842 int failing_line = LargeFunction(false);
844 sprintf(expected_warning, "LargeFunction.*asan_test.*:%d", failing_line);
845 EXPECT_DEATH(LargeFunction(true), expected_warning);
    [all...]

Completed in 249 milliseconds