Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h61 TST_decimal128, // _Decimal128 enumerator
/external/llvm-project/clang/include/clang/Basic/
DSpecifiers.h65 TST_decimal128, // _Decimal128 enumerator
/external/clang/lib/Sema/
DDeclSpec.cpp288 case TST_decimal128: in isDeclarationOfFunction()
465 case DeclSpec::TST_decimal128: return "_Decimal128"; in getSpecifierName()
DSemaTemplateVariadic.cpp734 case TST_decimal128: in containsUnexpandedParameterPacks()
DSemaType.cpp1433 case DeclSpec::TST_decimal128: // _Decimal128 in ConvertDeclSpecToType()
/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp352 case TST_decimal128: in isDeclarationOfFunction()
563 case DeclSpec::TST_decimal128: return "_Decimal128"; in getSpecifierName()
DSemaTemplateVariadic.cpp899 case TST_decimal128: in containsUnexpandedParameterPacks()
DSemaType.cpp1565 case DeclSpec::TST_decimal128: // _Decimal128 in ConvertDeclSpecToType()
/external/clang/include/clang/Sema/
DDeclSpec.h287 static const TST TST_decimal128 = clang::TST_decimal128; variable
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h281 static const TST TST_decimal128 = clang::TST_decimal128; variable
/external/clang/lib/Parse/
DParseDecl.cpp3369 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_decimal128, Loc, PrevSpec, in ParseDeclarationSpecifiers()
/external/llvm-project/clang/lib/Parse/
DParseDecl.cpp3868 isInvalid = DS.SetTypeSpecType(DeclSpec::TST_decimal128, Loc, PrevSpec, in ParseDeclarationSpecifiers()