Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp556 case DeclSpec::TST_accum: return "_Accum"; in getSpecifierName()
1238 TypeSpecType == TST_accum || TypeSpecType == TST_fract; in Finish()
DSemaType.cpp1471 case DeclSpec::TST_accum: { in ConvertDeclSpecToType()
1730 bool IsFixedPointType = DS.getTypeSpecType() == DeclSpec::TST_accum || in ConvertDeclSpecToType()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h275 static const TST TST_accum = clang::TST_Accum; variable
/external/llvm-project/clang/lib/Parse/
DParseDecl.cpp3802 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_accum, Loc, PrevSpec, in ParseDeclarationSpecifiers()