Home
last modified time | relevance | path

Searched refs:test_shadow (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Darwin/
Dlinked-only.cc14 void test_shadow(char *p, size_t size) { in test_shadow() function
22 test_shadow(p, 100); in main()
26 test_shadow((char *)&main, 1); in main()
29 test_shadow((char *)&p, 1); in main()