repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
struct_assignment: handle memcpy(foo, ...) where foo is not a struct
[smatch.git]
/
validation
/
builtin_bswap.c
blob
6a4a9072e4198daeb7aa91c0ea39a0e129016331
1
static unsigned short
x
=
__builtin_bswap16
(
0
);
2
static unsigned int
y
=
__builtin_bswap32
(
0
);
3
static unsigned long long
z
=
__builtin_bswap64
(
0
);
4
5
/*
6
* check-name: __builtin_bswap
7
* check-error-start
8
* check-error-end
9
*/