OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LargeFunction
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/asan/lit_tests/TestCases/
large_func_test.cc
12
static void
LargeFunction
(int *x, int zero) {
30
// CHECK-Linux: {{#0 0x.* in
LargeFunction
.*large_func_test.cc:}}[[@LINE-3]]
31
// CHECK-Darwin: {{#0 0x.* in .*
LargeFunction
.*large_func_test.cc}}:[[@LINE-4]]
47
LargeFunction
(x, argc - 1);
/external/compiler-rt/lib/asan/tests/
asan_test.cc
779
NOINLINE static int
LargeFunction
(bool do_bad_access) {
812
int failing_line =
LargeFunction
(false);
814
sprintf(expected_warning, "
LargeFunction
.*asan_test.*:%d", failing_line);
815
EXPECT_DEATH(
LargeFunction
(true), expected_warning);
[
all
...]
Completed in 415 milliseconds