Home
last modified time | relevance | path

Searched refs:TST_decimal128 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h78 TST_decimal128, // _Decimal128 enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp353 case TST_decimal128: in isDeclarationOfFunction()
583 case DeclSpec::TST_decimal128: return "_Decimal128"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp926 case TST_decimal128: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1179 case DeclSpec::TST_decimal128: // _Decimal128 in ConvertDeclSpecToType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h300 static const TST TST_decimal128 = clang::TST_decimal128; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp4610 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_decimal128, Loc, PrevSpec, in ParseDeclarationSpecifiers()