Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDDeclSpec.cpp535 case DeclSpec::TST_accum: return "_Accum"; in getSpecifierName()
1180 TypeSpecType == TST_accum || TypeSpecType == TST_fract; in Finish()
HDSemaType.cpp1444 case DeclSpec::TST_accum: { in ConvertDeclSpecToType()
1685 bool IsFixedPointType = DS.getTypeSpecType() == DeclSpec::TST_accum || in ConvertDeclSpecToType()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h285 static const TST TST_accum = clang::TST_Accum; variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDecl.cpp3828 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_accum, Loc, PrevSpec, in ParseDeclarationSpecifiers()