Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dmem-builtins.ll33 ; ERROR: error: <unknown>:0:0: in function test_strcpy void (i8*, i8*): unsupported call to functio…
37 define amdgpu_kernel void @test_strcpy(i8* %dst, i8* %src) #0 {
/llvm-project-15.0.7/compiler-rt/test/dfsan/
H A Dcustom.cpp1011 void test_strcpy() { in test_strcpy() function
2039 test_strcpy(); in main()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dsecurity-syntax-checks.m195 void test_strcpy(void) { function