Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h66 TST_half, // OpenCL half, ARM NEON __fp16 enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp362 case TST_half: in isDeclarationOfFunction()
571 case DeclSpec::TST_half: return "half"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp1035 case TST_half: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1144 case DeclSpec::TST_half: Result = Context.HalfTy; break; in ConvertDeclSpecToType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h287 static const TST TST_half = clang::TST_half; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2136 DS.SetTypeSpecType(DeclSpec::TST_half, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
H A DParseDecl.cpp4310 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_half, Loc, PrevSpec, in ParseDeclarationSpecifiers()