Searched refs:byval_and_sret (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-cdecl-method-sret.cpp14 S __cdecl byval_and_sret(S a);
20 S C::byval_and_sret(S a) { return S(); } function in class:C
24 // CHECK: define void @"\01?byval_and_sret@C@@QAA?AUS@@U2@@Z"(%struct.C* %this, %struct.S* noalias sret %agg.result, %struct.S* byval align 4 %a)
30 c.byval_and_sret(S());
35 // CHECK: call void @"\01?byval_and_sret@C@@QAA?AUS@@U2@@Z"

Completed in 77 milliseconds