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 10 static void LargeFunction(int *x, int zero) {
28 // CHECK-Linux: {{#0 0x.* in LargeFunction.*large_func_test.cc:}}[[@LINE-3]]
29 // CHECK-Darwin: {{#0 0x.* in .*LargeFunction.*large_func_test.cc}}:[[@LINE-4]]
45 LargeFunction(x, argc - 1);
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 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);
    [all...]

Completed in 57 milliseconds