Searched refs:OtherStruct (Results 1 – 5 of 5) sorted by relevance
148 struct OtherStruct { struct149 OtherStruct(int i);150 ~OtherStruct();155 MyStruct(OtherStruct os);173 const MyStruct &myStruct(OtherStruct(5)); in referenceInitializeLocalWithCleanup()183 HasMyStruct() : ms(5), msWithCleanups(OtherStruct(5)) { in HasMyStruct()
18 struct OtherStruct { struct49 OtherStruct other_struct_var; in functionWithOtherStruct()56 OtherStruct other_struct_var; in functionWithMultipleLocals()
163 struct OtherStruct { struct164 OtherStruct(int i);165 ~OtherStruct();170 MyStruct(OtherStruct os);188 const MyStruct &myStruct(OtherStruct(5)); in referenceInitializeLocalWithCleanup()
59 struct OtherStruct { struct61 OtherStruct(OSArray *arr);402 OtherStruct::doNothingToArray(arr); in check_no_invalidation()408 OtherStruct other(arr); // expected-warning{{Potential leak}} in check_no_invalidation_other_struct()
25 struct __declspec(uuid("EAFA1952-66F8-438B-8FBA-AF1BBAE42191")) OtherStruct {}; struct41 UUIDTestTwo<__uuidof(OtherStruct)> uuidof_test3; in main()