Home
last modified time | relevance | path

Searched refs:OtherStruct (Results 1 – 1 of 1) 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()