/external/clang/test/Analysis/ |
dead-stores.c | 251 int y9 = 4; local 273 ++y9; 333 (void)(1 && (y9, ({ return; }), 1)); // expected-warning {{expression result unused}}
|
/external/chromium/base/third_party/dmg_fp/ |
dtoa.cc | 662 (s, nd0, nd, y9, dplen) CONST char *s; int nd0, nd, dplen; ULong y9; member in namespace:dmg_fp 664 (CONST char *s, int nd0, int nd, ULong y9, int dplen) 675 b->x[0] = y9; 679 b->x[0] = y9 & 0xffff; 680 b->wds = (b->x[1] = y9 >> 16) ? 2 : 1; [all...] |
/external/chromium_org/base/third_party/dmg_fp/ |
dtoa.cc | 668 (s, nd0, nd, y9, dplen) CONST char *s; int nd0, nd, dplen; ULong y9; member in namespace:dmg_fp 670 (CONST char *s, int nd0, int nd, ULong y9, int dplen) 681 b->x[0] = y9; 685 b->x[0] = y9 & 0xffff; 686 b->wds = (b->x[1] = y9 >> 16) ? 2 : 1; [all...] |