Searched refs:ExcessPrecisionKind (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | FPOptions.def | 28 OPTION(Float16ExcessPrecision, LangOptions::ExcessPrecisionKind, 2, FPEvalMethod) 29 OPTION(BFloat16ExcessPrecision, LangOptions::ExcessPrecisionKind, 2, Float16ExcessPrecision)
|
| H A D | LangOptions.h | 305 enum ExcessPrecisionKind { FPP_Standard, FPP_Fast, FPP_None }; enum
|
| H A D | LangOptions.def | 350 ENUM_LANGOPT(Float16ExcessPrecision, ExcessPrecisionKind, 2, FPP_Standard, "Intermediate truncation… 351 ENUM_LANGOPT(BFloat16ExcessPrecision, ExcessPrecisionKind, 2, FPP_Standard, "Intermediate truncatio…
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 1585 Ctx.getLangOpts().ExcessPrecisionKind::FPP_None) in UseExcessPrecision() 1593 Ctx.getLangOpts().ExcessPrecisionKind::FPP_None) in UseExcessPrecision()
|