Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dext-int.cpp15 const _BitInt(5) c = 3; variable
17 unsigned _BitInt(5) e = 5; variable
25 unsigned _BitInt(1) l; variable
29 constexpr _BitInt(7) o = 33; variable
68 constexpr _BitInt(3) b = 1; in Templates() local
70 constexpr _BitInt(9) d = 1; in Templates() local
91 _Complex _BitInt(3) Cmplx; variable
95 _Atomic _BitInt(4) TooSmallAtomic; variable
97 _Atomic _BitInt(9) NotPow2Atomic; variable
99 _Atomic _BitInt(128) JustRightAtomic; variable
[all …]
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dext-int.cpp148 constexpr _BitInt(93) B = 993; in ManglingInstantiator() local
287 unsigned _BitInt(33) U33_1, U33_2; in typeid_tests() local