Home
last modified time | relevance | path

Searched refs:TST_float128 (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h73 TST_float128, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp360 case TST_float128: in isDeclarationOfFunction()
578 case DeclSpec::TST_float128: return "__float128"; in getSpecifierName()
1349 TypeSpecType != TST_float128 && TypeSpecType != TST_float16 && in Finish()
H A DSemaTemplateVariadic.cpp921 case TST_float128: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1159 case DeclSpec::TST_float128: in ConvertDeclSpecToType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h295 static const TST TST_float128 = clang::TST_float128; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2424 DS.SetTypeSpecType(DeclSpec::TST_float128, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
H A DParseDecl.cpp4557 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_float128, Loc, PrevSpec, in ParseDeclarationSpecifiers()