Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSpecifiers.h62 TST_bitint, // Bit-precise integer types. enumerator
/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp368 case TST_bitint: in isDeclarationOfFunction()
554 case DeclSpec::TST_bitint: return "_BitInt"; in getSpecifierName()
948 TypeSpecType = TST_bitint; in SetBitIntType()
1255 !IsFixedPointType && TypeSpecType != TST_bitint) { in Finish()
1305 TypeSpecType == TST_bitint) { in Finish()
H A DSemaTemplateVariadic.cpp871 case TST_bitint: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1427 case DeclSpec::TST_bitint: { in ConvertDeclSpecToType()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h269 static const TST TST_bitint = clang::TST_bitint; variable
407 return (T == TST_typeofExpr || T == TST_decltype || T == TST_bitint); in isExprRep()