Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Darwin/
H A Dlinked-only.cpp17 void test_shadow(char *p, size_t size) { in test_shadow() function
25 test_shadow(p, 100); in main()
35 test_shadow(mainptr, 1); in main()
38 test_shadow((char *)&p, 1); in main()