Searched defs:ll1 (Results 1 – 7 of 7) sorted by relevance
3 long long ll1 = // expected-warning {{'long long' is a C++11 extension}} variable
41 long long ll1 = // expected-warning {{'long long' is incompatible with C++98}} variable
16 unsigned long long ll1, ll2; variable
37 long long int ll1; variable
112 long long ll1 = /* expected-warning {{'long long' is an extension when C99 mode is not enabled}} */ variable
194 …unsigned long long ll1 = { -1 }; // expected-error {{ -1 which cannot be narrowed}} expected-note … in shrink_int() local
249 constexpr long long ll1 = 0x7fffffffffffffff; // ok global() variable