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