Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Dinitializer.cpp148 struct OtherStruct { struct
149 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()
/external/llvm-project/lldb/test/API/functionalities/lazy-loading/
Dmain.cpp18 struct OtherStruct { struct
49 OtherStruct other_struct_var; in functionWithOtherStruct()
56 OtherStruct other_struct_var; in functionWithMultipleLocals()
/external/llvm-project/clang/test/Analysis/
Dinitializer.cpp163 struct OtherStruct { struct
164 OtherStruct(int i);
165 ~OtherStruct();
170 MyStruct(OtherStruct os);
188 const MyStruct &myStruct(OtherStruct(5)); in referenceInitializeLocalWithCleanup()
Dosobject-retain-release.cpp59 struct OtherStruct { struct
61 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()
/external/llvm-project/clang/test/CodeGenCXX/
Dmicrosoft-uuidof-mangling.cpp25 struct __declspec(uuid("EAFA1952-66F8-438B-8FBA-AF1BBAE42191")) OtherStruct {}; struct
41 UUIDTestTwo<__uuidof(OtherStruct)> uuidof_test3; in main()