Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp557 case DeclSpec::TST_accum: return "_Accum"; in getSpecifierName()
1240 TypeSpecType == TST_accum || TypeSpecType == TST_fract; in Finish()
H A DSemaType.cpp1451 case DeclSpec::TST_accum: { in ConvertDeclSpecToType()
1731 bool IsFixedPointType = DS.getTypeSpecType() == DeclSpec::TST_accum || in ConvertDeclSpecToType()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h275 static const TST TST_accum = clang::TST_Accum; variable
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp3862 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_accum, Loc, PrevSpec, in ParseDeclarationSpecifiers()