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
/
functionalities
/
limit-debug-info
/
two.cpp
blob
468cb91f6a5c3c2fff7c8f21ac375f0d548e4fd7
1
#include
"onetwo.h"
2
3
Two
::~
Two
() =
default
;
4
member
::
Two
::~
Two
() =
default
;
5
array
::
Two
::~
Two
() =
default
;
6
7
result
::
Two
::
Two
(
int
member
) :
member
(
member
) {}
8
result
::
Two
::~
Two
() =
default
;
9
result
::
One
result
::
Two
::
one
()
const
{
return
One
(
member
-
100
); }