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

/external/clang/test/SemaCXX/
H A Dwarn-literal-conversion.cpp14 int y5 = 1.2222; // expected-warning {{implicit conversion from 'double' to 'int' changes value from 1.2222 to 1}} local
H A Dexplicit.cpp74 Y y5 = static_cast<Y>(z); local
/external/clang/test/Analysis/
H A Ddead-stores.c247 int y5 = 4; local
269 ++y5;
319 0 ? (void)x : ((void)y5, ({ return; }));

Completed in 1286 milliseconds