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
[AMDGPU] Do not remat instructions with PhysReg uses (#124366)
[llvm-project.git]
/
lldb
/
test
/
API
/
commands
/
expression
/
macros
/
macro1.h
blob
e026bc018acee09821b87a8cf87981f7be832478
1
2
#include
"macro2.h"
3
4
#define ONE 1
5
#define TWO 2
6
#define THREE 3
7
#define FOUR 4
8
9
class
Simple
10
{
11
public
:
12
int
13
Method
()
14
{
15
return
ONE
+
TWO
;
16
};
17
};