Home
last modified time | relevance | path

Searched defs:_BitInt (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/AST/Interp/
H A Dintap.cpp
H A Dcomplex.cpp
/llvm-project/clang/test/SemaCXX/
H A Dext-int.cpp11 short _BitInt(43) a; // expected-error {{'short _BitInt' is invalid}} variable
15 const _BitInt(5) c = 3; variable
16 const unsigned _BitInt( variable
17 unsigned _BitInt(5) e = 5; global() variable
24 unsigned _BitInt(0) k;// expected-error{{unsigned _BitInt must have a bit size of at least 1}} global() variable
25 unsigned _BitInt(1) l; global() variable
26 signed _BitInt(1) m; // expected-error{{signed _BitInt must have a bit size of at least 2}} global() variable
28 constexpr _BitInt(6) n = 33; // expected-warning{{implicit conversion from 'int' to 'const _BitInt(6)' changes value from 33 to -31}} global() variable
29 constexpr _BitInt(7) o = 33; global() variable
33 unsigned _BitInt(0xFFFFFFFFFF) q; // expected-error {{unsigned _BitInt of bit sizes greater than 128 not supported}} global() variable
68 constexpr _BitInt(3) b = 1; Templates() local
70 constexpr _BitInt(9) d = 1; Templates() local
105 _Complex _BitInt(3) Cmplx; global() variable
109 _Atomic _BitInt(4) TooSmallAtomic; global() variable
111 _Atomic _BitInt(9) NotPow2Atomic; global() variable
113 _Atomic _BitInt(128) JustRightAtomic; global() variable
119 unsigned _BitInt(sizeof(unsigned) * 8) x32_u = 1, y32_u = 1; Ops() local
121 unsigned _BitInt(43) x43_u = 1, y43_u = 1; Ops() local
122 unsigned _BitInt(4) x4_u = 1, y4_u = 1; Ops() local
[all...]
/llvm-project/clang/test/CodeGenHIP/
H A Dprintf_nonhostcall.cpp252 __device__ _BitInt(55) Int55 = 31; variable
253 __device__ _BitInt(44) Int44 = 312; variable
254 __device__ _BitInt(128) Int128 = 45637; variable
/llvm-project/clang/test/Lexer/
H A Dbitint-constants.cpp47 unsigned _BitInt(65) Val = 18446744073709551616__uwb; variable
/llvm-project/clang/test/CodeGenCXX/
H A Dext-int.cpp133 constexpr _BitInt(93) B = 993; ManglingInstantiator() local
312 unsigned _BitInt(33) U33_1, U33_2; typeid_tests() local
[all...]