Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp575 case DeclSpec::TST_accum: return "_Accum"; in getSpecifierName()
1286 TypeSpecType == TST_accum || TypeSpecType == TST_fract; in Finish()
H A DSemaType.cpp1067 case DeclSpec::TST_accum: { in ConvertDeclSpecToType()
1401 bool IsFixedPointType = DS.getTypeSpecType() == DeclSpec::TST_accum || in ConvertDeclSpecToType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h293 static const TST TST_accum = clang::TST_Accum; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2445 DS.SetTypeSpecType(DeclSpec::TST_accum, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
H A DParseDecl.cpp4540 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_accum, Loc, PrevSpec, DiagID, in ParseDeclarationSpecifiers()