repo.or.cz
/
smatch
/
bkmgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
checking_for_null_instead_of_err_ptr: use smatch_kernel_err_ptr.c
[smatch/bkmgit.git]
/
validation
/
optim
/
and-or-truncx.c
blob
ef8249a107900bbe2786b7542a20645698800970
1
char
foo
(
int
x
,
int
y
,
int
b
)
2
{
3
return
(
x
&
y
) | (
b
&
0xff00
);
4
}
5
6
/*
7
* check-name: and-or-truncx
8
* check-command: test-linearize -Wno-decl $file
9
*
10
* check-output-ignore
11
* check-output-pattern(1): and\\.
12
* check-output-excludes: or\\.
13
*/