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
[RISCV] Match vcompress during shuffle lowering (#117748)
[llvm-project.git]
/
clang
/
test
/
Analysis
/
Inputs
/
plist-macros-ctu.c
blob
f3e374caae58b5acda5a85419e63771c5b87bd0d
1
2
#include
"plist-macros-ctu.h"
3
4
#define M *X = (int *)0
5
6
void
F1
(
int
**
X
) {
7
M
;
8
}
9
10
#undef M
11
#define M *Y = (int *)0
12
13
void
F2
(
int
**
Y
) {
14
M
;
15
}
16
17
#define M1 *Z = (int *)0
18
19
void
F3
(
int
**
Z
) {
20
M1
;
21
}