OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nonparam
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/Analysis/
idempotent-operations.c
115
unsigned
nonparam
= 5;
local
117
nonparam
=
nonparam
; // expected-warning{{Assigned value is always the same as the existing value}}
119
return param2 +
nonparam
;
Completed in 268 milliseconds