Searched refs:NonPod (Results 1 – 2 of 2) sorted by relevance
9 %struct.NonPod = type { [2 x %struct.Foo] }13 %x = alloca %struct.NonPod, align 8 ; <%struct.NonPod*> [#uses=2]14 …%0 = getelementptr %struct.NonPod, %struct.NonPod* %x, i32 0, i32 0 ; <[2 x %struct.Foo]*> [#uses…20 …%2 = getelementptr %struct.NonPod, %struct.NonPod* %x, i32 0, i32 0, i32 0 ; <%struct.Foo*> [#use…
53 struct NonPod { ~NonPod(); }; struct55 void g(NonPod np) { f(np); } // expected-error {{cannot pass}} in g()