Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h65 TST_bitint, // Bit-precise integer types. enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp368 case TST_bitint: in isDeclarationOfFunction()
569 case DeclSpec::TST_bitint: return "_BitInt"; in getSpecifierName()
968 TypeSpecType = TST_bitint; in SetBitIntType()
1274 !IsFixedPointType && TypeSpecType != TST_bitint) { in Finish()
1324 TypeSpecType == TST_bitint) { in Finish()
H A DSemaTemplateVariadic.cpp883 case TST_bitint: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1457 case DeclSpec::TST_bitint: { in ConvertDeclSpecToType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h286 static const TST TST_bitint = clang::TST_bitint; variable
434 T == TST_decltype || T == TST_bitint; in isExprRep()