Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/
D2009-05-09-PointerEdgeCount.ll9 %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…
/external/llvm/test/Analysis/ScalarEvolution/
D2009-05-09-PointerEdgeCount.ll9 %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…
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/
D2009-05-09-PointerEdgeCount.ll6 %struct.NonPod = type { [2 x %struct.Foo] }
10 %x = alloca %struct.NonPod, align 8 ; <%struct.NonPod*> [#uses=2]
11 %0 = getelementptr %struct.NonPod* %x, i32 0, i32 0 ; <[2 x %struct.Foo]*> [#uses=1]
17 %2 = getelementptr %struct.NonPod* %x, i32 0, i32 0, i32 0 ; <%struct.Foo*> [#uses=1]
/external/clang/test/CXX/drs/
Ddr5xx.cpp53 struct NonPod { ~NonPod(); }; struct
55 void g(NonPod np) { f(np); } // expected-error {{cannot pass}} in g()