HomeSort by relevance Sort by last modified time
    Searched full:returnsvalue (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Analysis/
lambdas.cpp 299 int returnsValue();
302 int local1 = returnsValue(); // no-warning
303 int local2 = returnsValue(); // no-warning
304 int local3 = returnsValue(); // expected-warning{{Value stored to 'local3' during its initialization is never read}}
308 int local4 = returnsValue(); // no-warning
309 int local5 = returnsValue(); // expected-warning{{Value stored to 'local5' during its initialization is never read}}
317 int local1 = returnsValue(); // no-warning
328 int local2 = returnsValue(); // no-warning
  /libcore/ojluni/src/main/java/sun/net/www/
HeaderParser.java 197 boolean returnsValue; // or key
200 returnsValue = returnValue;
206 return tab[index++][returnsValue?1:0];

Completed in 73 milliseconds