Home
last modified time | relevance | path

Searched defs:buff2 (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/
H A Ddll_intercept_memcpy.cpp14 char buff1[6] = "Hello", buff2[5]; in test_function() local
H A Ddll_intercept_memcpy_indirect.cpp15 char buff1[6] = "Hello", buff2[5]; in test_function() local
H A Dintercept_memcpy.cpp13 char buff1[6] = "Hello", buff2[5]; in main() local
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Drealpath.cpp12 char *buff2 = realpath(argv[0], nullptr); in main() local