Searched refs:TST_half (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h54 TST_half, // OpenCL half, ARM NEON __fp16 enumerator in enum:clang::TypeSpecifierType
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp364 case TST_half:
554 case DeclSpec::TST_half: return "half";
H A DSemaTemplateVariadic.cpp889 case TST_half:
H A DSemaType.cpp1518 case DeclSpec::TST_half: Result = Context.HalfTy; break;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h270 static const TST TST_half = clang::TST_half; member in class:clang::DeclSpec
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp2215 DS.SetTypeSpecType(DeclSpec::TST_half, Loc, PrevSpec, DiagID, Policy);
H A DParseDecl.cpp3839 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_half, Loc, PrevSpec,

Completed in 386 milliseconds