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-bfx.c
blob
57a54cf5ef25dd6c862fcdb845c06b331e4f155f
1
struct
s
{
2
int
f
:
3
;
3
};
4
5
void
foo
(
struct
s
*
p
,
int
a
,
int
b
)
6
{
7
p
->
f
=
a
;
8
p
->
f
=
b
;
9
}
10
11
/*
12
* check-name: and-or-bfx
13
* check-command: test-linearize -Wno-decl $file
14
*
15
* check-output-ignore
16
* check-output-pattern(2): and\\.
17
* check-output-pattern(1): or\\.
18
*/