Searched refs:FixedPoint (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | APFixedPointTest.cpp | 232 TEST(FixedPoint, getIntPart) { in TEST() argument 305 TEST(FixedPoint, compare) { in TEST() argument 507 TEST(FixedPoint, AccumConversions) { in TEST() argument 521 TEST(FixedPoint, AccumConversionOverflow) { in TEST() argument 552 TEST(FixedPoint, SAccumConversionOverflow) { in TEST() argument 607 TEST(FixedPoint, GetValueSignAfterConversion) { in TEST() argument 615 TEST(FixedPoint, ModularWrapAround) { in TEST() argument 675 TEST(FixedPoint, FloatToFixed) { in TEST() argument 842 TEST(FixedPoint, FixedToFloat) { in TEST() argument
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | APValue.cpp | 325 case FixedPoint: { in APValue() 406 else if (Kind == FixedPoint) in DestroyDataAndMakeUninit() 444 case FixedPoint: in needsCleanup() 579 case FixedPoint: in Profile() 721 case APValue::FixedPoint: in printPretty() 1123 case APValue::FixedPoint: in getLVForValue()
|
| H A D | TextNodeDumper.cpp | 416 case APValue::FixedPoint: in isSimpleAPValue() 502 case APValue::FixedPoint: in Visit()
|
| H A D | ItaniumMangle.cpp | 5541 case APValue::FixedPoint: in isZeroInitialized() 5757 case APValue::FixedPoint: in mangleValueInTemplateArg()
|
| H A D | MicrosoftMangle.cpp | 1885 case APValue::FixedPoint: in mangleTemplateArgValue()
|
| H A D | ExprConstant.cpp | 2492 case APValue::FixedPoint: in HandleConversionToBool() 6910 case APValue::FixedPoint: in visit()
|
| H A D | ASTImporter.cpp | 9669 case APValue::FixedPoint: in ImportAPValue()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | APValue.h | 134 FixedPoint, 395 bool isFixedPoint() const { return Kind == FixedPoint; } 638 Kind = FixedPoint;
|
| H A D | PropertiesBase.td | 284 let Class = PropertyTypeCase<APValue, "FixedPoint"> in {
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 893 if (LangOpts.FixedPoint) { in NumericLiteralParser() 914 if (!LangOpts.FixedPoint) in NumericLiteralParser() 922 if (!LangOpts.FixedPoint) in NumericLiteralParser() 931 if (!(LangOpts.Half || LangOpts.FixedPoint)) in NumericLiteralParser()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 421 LANGOPT(FixedPoint, 1, 0, "fixed point types")
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 3099 assert(!LangOpts.FixedPoint); in SetupFixedPointError() 4016 if (!getLangOpts().FixedPoint) { in ParseDeclarationSpecifiers() 4024 if (!getLangOpts().FixedPoint) { in ParseDeclarationSpecifiers() 4032 if (!getLangOpts().FixedPoint) { in ParseDeclarationSpecifiers()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 2082 case APValue::FixedPoint: in tryEmitPrivate()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 7108 case APValue::FixedPoint: in CheckTemplateArgument()
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 1618 LangOpts<"FixedPoint">, DefaultFalse,
|