Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDSpecifiers.h66 TST_half, // OpenCL half, ARM NEON __fp16 enumerator
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDDeclSpec.cpp365 case TST_half: in isDeclarationOfFunction()
572 case DeclSpec::TST_half: return "half"; in getSpecifierName()
HDSemaTemplateVariadic.cpp915 case TST_half: in containsUnexpandedParameterPacks()
HDSemaType.cpp1134 case DeclSpec::TST_half: Result = Context.HalfTy; break; in ConvertDeclSpecToType()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h288 static const TST TST_half = clang::TST_half; variable
/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseExprCXX.cpp2412 DS.SetTypeSpecType(DeclSpec::TST_half, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
HDParseDecl.cpp4517 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_half, Loc, PrevSpec, in ParseDeclarationSpecifiers()