Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp575 case DeclSpec::TST_fract: return "_Fract"; in getSpecifierName()
1291 TypeSpecType == TST_accum || TypeSpecType == TST_fract; in Finish()
H A DSemaType.cpp1101 case DeclSpec::TST_fract: { in ConvertDeclSpecToType()
1417 DS.getTypeSpecType() == DeclSpec::TST_fract; in ConvertDeclSpecToType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h293 static const TST TST_fract = clang::TST_Fract; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2172 DS.SetTypeSpecType(DeclSpec::TST_fract, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
H A DParseDecl.cpp4340 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_fract, Loc, PrevSpec, DiagID, in ParseDeclarationSpecifiers()