Searched refs:TST_fract (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp558 case DeclSpec::TST_fract: return "_Fract";
1240 TypeSpecType == TST_accum || TypeSpecType == TST_fract;
H A DSemaType.cpp1474 case DeclSpec::TST_fract: {
1732 DS.getTypeSpecType() == DeclSpec::TST_fract;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h276 static const TST TST_fract = clang::TST_Fract; member in class:clang::DeclSpec
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp3870 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_fract, Loc, PrevSpec,

Completed in 290 milliseconds