Home
last modified time | relevance | path

Searched refs:TST_bitint (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h65 TST_bitint, // Bit-precise integer types. enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp365 case TST_bitint: in isDeclarationOfFunction()
570 case DeclSpec::TST_bitint: return "_BitInt"; in getSpecifierName()
984 TypeSpecType = TST_bitint; in SetBitIntType()
1299 !IsFixedPointType && TypeSpecType != TST_bitint) { in Finish()
H A DSemaTemplateVariadic.cpp1020 case TST_bitint: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1066 case DeclSpec::TST_bitint: { in ConvertDeclSpecToType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h286 static const TST TST_bitint = clang::TST_bitint; variable
459 T == TST_decltype || T == TST_bitint; in isExprRep()