HomeSort by relevance Sort by last modified time
    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 346 milliseconds