Searched defs:StructPassedViaPointerToTemporaryCopy (Results 1 – 1 of 1) sorted by relevance
146 struct StructPassedViaPointerToTemporaryCopy { struct150 StructPassedViaPointerToTemporaryCopy() : a(1), b(2), c(3) {} in StructPassedViaPointerToTemporaryCopy() argument158 __attribute__((noinline)) void func15(StructPassedViaPointerToTemporaryCopy S) { in func15() argument