repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
CodeGenCXX
/
Inputs
/
override-layout-nameless-struct-union.layout
blob
9eb4d244bd707fb304f0dc50541b7dd299e3977c
1
2
*** Dumping AST Record Layout
3
Type: struct S
4
5
Layout: <ASTRecordLayout
6
Size:64
7
Alignment:32
8
FieldOffsets: [0, 32, 32]>
9
10
*** Dumping AST Record Layout
11
Type: union U
12
13
Layout: <ASTRecordLayout
14
Size:96
15
Alignment:32
16
FieldOffsets: [0, 0, 32, 64, 68, 73]>