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.cpp368 case TST_bitint: in isDeclarationOfFunction()
571 case DeclSpec::TST_bitint: return "_BitInt"; in getSpecifierName()
981 TypeSpecType = TST_bitint; in SetBitIntType()
1294 !IsFixedPointType && TypeSpecType != TST_bitint) { in Finish()
1344 TypeSpecType == TST_bitint) { in Finish()
H A DSemaTemplateVariadic.cpp900 case TST_bitint: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1055 case DeclSpec::TST_bitint: { in ConvertDeclSpecToType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h287 static const TST TST_bitint = clang::TST_bitint; variable
457 T == TST_decltype || T == TST_bitint; in isExprRep()