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]
/
lldb
/
test
/
API
/
lang
/
cpp
/
limit-debug-info
/
derived.cpp
blob
911fe3d9bc173ea87044e1ec0034448054f4cb9b
1
#include
"derived.h"
2
3
Foo foo1
;
4
Foo foo2
;
5
6
Foo
::
Foo
() {
a
=
12345
; }
7
8
char
Foo
::
baz
() {
9
return
(
char
)(
x
&
0xff
);
10
}
11