Searched defs:y7 (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/SemaCXX/
H A Dwarn-literal-conversion.cpp16 int y7 = 1.23E1; // expected-warning {{implicit conversion from 'double' to 'int' changes value from 12.3 to 12}} local
H A Dexplicit.cpp82 const int& y7 = z; // expected-error {{no viable conversion from 'Z' to 'const int'}} local
/external/clang/test/Analysis/
H A Ddead-stores.c249 int y7 = 4; local
271 ++y7;
328 (void)y7;

Completed in 92 milliseconds