Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-sret-and-byval.cpp60 struct BigWithDtor { struct
61 BigWithDtor();
62 ~BigWithDtor();
166 void big_arg_with_dtor(BigWithDtor s) {} in big_arg_with_dtor()
172 big_arg_with_dtor(BigWithDtor()); in call_big_arg_with_dtor()