HomeSort by relevance Sort by last modified time
    Searched refs:y8 (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaCXX/
warn-literal-conversion.cpp 17 int y8 = (1.23E1); // expected-warning {{implicit conversion from 'double' to 'int' changes value from 12.3 to 12}} local
20 y8 = 2.22F; // expected-warning {{implicit conversion from 'float' to 'int' changes value from 2.22 to 2}}
  /external/clang/test/Analysis/
dead-stores.c 250 int y8 = 4; local
272 ++y8;
329 (void)(0 || (y8, ({ return; }), 1)); // expected-warning {{expression result unused}}
  /external/v8/test/mjsunit/
large-object-allocation.js 264 this.y8 = i;

Completed in 136 milliseconds