Searched defs:_ExtInt (Results 1 – 2 of 2) sorted by relevance
11 short _ExtInt(43) a; // expected-error {{'short _ExtInt' is invalid}} variable15 const _ExtInt(5) c = 3; variable16 …const unsigned _ExtInt(5) d; // expected-error {{default initialization of an object of const type… variable17 unsigned _ExtInt(5) e = 5; variable24 unsigned _ExtInt(0) k;// expected-error{{unsigned _ExtInt must have a bit size of at least 1}} variable25 unsigned _ExtInt(1) l; variable26 signed _ExtInt(1) m; // expected-error{{signed _ExtInt must have a bit size of at least 2}} variable28 …constexpr _ExtInt(6) n = 33; // expected-warning{{implicit conversion from 'int' to 'const _ExtInt… variable29 constexpr _ExtInt(7) o = 33; variable33 …unsigned _ExtInt(0xFFFFFFFFFF) q; // expected-error {{unsigned _ExtInt of bit sizes greater than 1… variable[all …]
132 constexpr _ExtInt(93) B = 993; in ManglingInstantiator() local251 unsigned _ExtInt(33) U33_1, U33_2; in typeid_tests() local