Searched defs:lli (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/Sema/
H A Dshift.c50 long long int lli; local
51 lli = INT_MIN << 2; // expected-warning {{bits to represent, but 'int' only has}}
52 lli = 1LL << (sizeof(long long) * CHAR_BIT - 2);
H A Dformat-strings.c208 void test10(int x, float f, int i, long long lli) { argument
225 printf("%qd", lli); // no-warning

Completed in 99 milliseconds