Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDSpecifiers.h48 TST_half, // OpenCL half, ARM NEON __fp16 enumerator
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDDeclSpec.cpp302 case TST_half: in isDeclarationOfFunction()
457 case DeclSpec::TST_half: return "half"; in getSpecifierName()
HDSemaTemplateVariadic.cpp727 case TST_half: in containsUnexpandedParameterPacks()
HDSemaType.cpp1320 case DeclSpec::TST_half: Result = Context.HalfTy; break; in ConvertDeclSpecToType()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h285 static const TST TST_half = clang::TST_half; variable
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseExprCXX.cpp1841 DS.SetTypeSpecType(DeclSpec::TST_half, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
HDParseDecl.cpp3260 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_half, Loc, PrevSpec, in ParseDeclarationSpecifiers()