Searched defs:BitInt (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/test/Parser/ | ||
H A D | cxx2a-concepts-requires-expr.cpp | 157 using BitInt = _BitInt(N); typedef |
/llvm-project/clang/lib/AST/ | ||
H A D | ExprConstShared.h | 55 BitInt = 18, global() enumerator |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaType.cpp | 9604 if (auto *BitInt = dyn_cast<BitIntType>(Underlying)) { ChangeIntegralSignedness() local |