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] Simplify usage of SplatPat_simm5_plus1. NFC (#125340)
[llvm-project.git]
/
clang
/
test
/
Import
/
attr
/
Inputs
/
S.cpp
blob
cf9af91838e8e48a3be2adff95f09216dcff630c
1
extern
char
f
()
__attribute__
((
const
));
2
3
struct
S
{
4
struct
{
5
int
a
__attribute__
((
packed
));
6
};
7
};
8
9
void
stmt
() {
10
#pragma unroll
11
for
(;;)
12
;
13
}