Searched refs:OtherStruct (Results 1 – 4 of 4) sorted by relevance
18 struct OtherStruct { struct52 OtherStruct other_struct_var; in functionWithOtherStruct()59 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()
56 struct OtherStruct { struct58 OtherStruct(OSArray *arr);399 OtherStruct::doNothingToArray(arr); in check_no_invalidation()405 OtherStruct other(arr); // expected-warning{{Potential leak}} in check_no_invalidation_other_struct()
26 struct __declspec(uuid("EAFA1952-66F8-438B-8FBA-AF1BBAE42191")) OtherStruct {}; struct47 UUIDTestTwo<__uuidof(OtherStruct)> uuidof_test3; in main()