Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-sret-and-byval.cpp264 void thiscall_method_arg(Empty s) {} in thiscall_method_arg() function in Class
269 void thiscall_method_arg(EmptyWithCtor s) {} in thiscall_method_arg() function in Class
274 void thiscall_method_arg(Small s) {} in thiscall_method_arg() function in Class
279 void thiscall_method_arg(SmallWithCtor s) {} in thiscall_method_arg() function in Class
284 void thiscall_method_arg(Big s) {} in thiscall_method_arg() function in Class
298 c.thiscall_method_arg(Empty()); in use_class()
299 c.thiscall_method_arg(EmptyWithCtor()); in use_class()
300 c.thiscall_method_arg(Small()); in use_class()
301 c.thiscall_method_arg(SmallWithCtor()); in use_class()
302 c.thiscall_method_arg(Big()); in use_class()