Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDSpecifiers.h65 TST_bitint, // Bit-precise integer types. enumerator
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDDeclSpec.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()
HDSemaTemplateVariadic.cpp900 case TST_bitint: in containsUnexpandedParameterPacks()
HDSemaType.cpp1055 case DeclSpec::TST_bitint: { in ConvertDeclSpecToType()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h287 static const TST TST_bitint = clang::TST_bitint; variable
457 T == TST_decltype || T == TST_bitint; in isExprRep()