Home
last modified time | relevance | path

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

/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
13 printf("REALPATH %s\n", buff2); in main()
15 free(buff2); in main()
17 buff2 = realpath(".", nullptr); in main()
18 printf("REALPATH %s\n", buff2); in main()
20 free(buff2); in main()
/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
16 memcpy(buff2, buff1, 5); in test_function()
17 if (buff1[2] != buff2[2]) in test_function()
23 memcpy(buff2, buff1, 6); in test_function()
H A Dintercept_memcpy.cpp13 char buff1[6] = "Hello", buff2[5]; in main() local
15 call_memcpy(&memcpy, buff2, buff1, 5); in main()
16 if (buff1[2] != buff2[2]) in main()
22 call_memcpy(&memcpy, buff2, buff1, 6); in main()
H A Ddll_intercept_memcpy_indirect.cpp15 char buff1[6] = "Hello", buff2[5]; in test_function() local
17 call_memcpy(&memcpy, buff2, buff1, 5); in test_function()
18 if (buff1[2] != buff2[2]) in test_function()
24 call_memcpy(&memcpy, buff2, buff1, 6); in test_function()
/llvm-project-15.0.7/mlir/test/Dialect/Bufferization/Transforms/
H A Dbuffer-deallocation.mlir1132 ^loopBody(%val : i32, %buff2: memref<?xf32>):
1159 ^loopBody(%val : i32, %buff2: memref<2xf32>):