Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/lazy-loading/
H A Dmain.cpp18 struct OtherStruct { struct
52 OtherStruct other_struct_var; in functionWithOtherStruct()
59 OtherStruct other_struct_var; in functionWithMultipleLocals()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dinitializer.cpp163 struct OtherStruct { struct
164 OtherStruct(int i);
165 ~OtherStruct();
170 MyStruct(OtherStruct os);
188 const MyStruct &myStruct(OtherStruct(5)); in referenceInitializeLocalWithCleanup()
H A Dosobject-retain-release.cpp56 struct OtherStruct { struct
58 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()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmicrosoft-uuidof-mangling.cpp26 struct __declspec(uuid("EAFA1952-66F8-438B-8FBA-AF1BBAE42191")) OtherStruct {}; struct
47 UUIDTestTwo<__uuidof(OtherStruct)> uuidof_test3; in main()