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

/external/clang/test/SemaCXX/
H A Dwarn-literal-conversion.cpp17 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/
H A Ddead-stores.c250 int y8 = 4; local
272 ++y8;
329 (void)(0 || (y8, ({ return; }), 1)); // expected-warning {{expression result unused}}
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc3612 U8 y8 = 0; local
3614 __msan_poison(&y8, 3);
3615 __msan_poison(((char *)&y8) + sizeof(y8) - 2, 1);
3616 __msan_set_origin(&y8, 8, origin);
3618 __sanitizer_unaligned_store64(x + 3, y8);

Completed in 472 milliseconds