Home
last modified time | relevance | path

Searched defs:BitInt (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/Parser/
H A Dcxx2a-concepts-requires-expr.cpp157 using BitInt = _BitInt(N); typedef
/llvm-project/clang/lib/AST/
H A DExprConstShared.h55 BitInt = 18, global() enumerator
/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9604 if (auto *BitInt = dyn_cast<BitIntType>(Underlying)) { ChangeIntegralSignedness() local