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.cpp576 case DeclSpec::TST_fract: return "_Fract"; in getSpecifierName()
1286 TypeSpecType == TST_accum || TypeSpecType == TST_fract; in Finish()
H A DSemaType.cpp1090 case DeclSpec::TST_fract: { in ConvertDeclSpecToType()
1402 DS.getTypeSpecType() == DeclSpec::TST_fract; in ConvertDeclSpecToType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h294 static const TST TST_fract = clang::TST_Fract; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2448 DS.SetTypeSpecType(DeclSpec::TST_fract, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
H A DParseDecl.cpp4547 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_fract, Loc, PrevSpec, DiagID, in ParseDeclarationSpecifiers()