Home
last modified time | relevance | path

Searched refs:TST_decimal128 (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DSpecifiers.h75 TST_decimal128, // _Decimal128 enumerator
/openbsd/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp353 case TST_decimal128: in isDeclarationOfFunction()
569 case DeclSpec::TST_decimal128: return "_Decimal128"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp902 case TST_decimal128: in containsUnexpandedParameterPacks()
H A DSemaType.cpp1563 case DeclSpec::TST_decimal128: // _Decimal128 in ConvertDeclSpecToType()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h283 static const TST TST_decimal128 = clang::TST_decimal128; variable
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp4167 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_decimal128, Loc, PrevSpec, in ParseDeclarationSpecifiers()