Searched refs:test6_1 (Results 1 – 9 of 9) sorted by relevance
/external/llvm/test/Transforms/FunctionAttrs/ |
D | readattrs.ll | 41 declare void @test6_1() 46 call void @test6_1()
|
D | nocapture.ll | 187 declare void @test6_1(i8* %x6_1, i8* nocapture %y6_1, ...) 191 call void (i8*, i8*, ...) @test6_1(i8* %x6_2, i8* %y6_2, i8* %z6_2)
|
/external/llvm-project/llvm/test/Transforms/FunctionAttrs/ |
D | readattrs.ll | 44 declare void @test6_1() 49 call void @test6_1()
|
D | nocapture.ll | 211 declare void @test6_1(i8* %x6_1, i8* nocapture %y6_1, ...) 215 call void (i8*, i8*, ...) @test6_1(i8* %x6_2, i8* %y6_2, i8* %z6_2)
|
/external/clang/test/SemaCXX/ |
D | friend.cpp | 84 namespace test6_1 { namespace
|
/external/llvm-project/clang/test/SemaCXX/ |
D | friend.cpp | 84 namespace test6_1 { namespace
|
/external/llvm-project/llvm/test/Transforms/Attributor/ |
D | readattrs.ll | 91 declare void @test6_1() 97 ; CHECK-NEXT: call void @test6_1() 101 call void @test6_1()
|
D | align.ll | 104 define i32* @test6_1() #0 { 106 ; NOT_CGSCC_NPM-LABEL: define {{[^@]+}}@test6_1 111 ; IS__CGSCC_NPM-LABEL: define {{[^@]+}}@test6_1 130 %ret = tail call i32* @test6_1()
|
D | nocapture-1.ll | 519 declare void @test6_1(i8* %x6_1, i8* nocapture %y6_1, ...) 524 ; CHECK-NEXT: call void (i8*, i8*, ...) @test6_1(i8* [[X6_2]], i8* nocapture [[Y6_2]], i8* [[Z6_… 528 call void (i8*, i8*, ...) @test6_1(i8* %x6_2, i8* %y6_2, i8* %z6_2)
|