Searched refs:ExcessPrecisionKind (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/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 | 311 enum ExcessPrecisionKind { FPP_Standard, FPP_Fast, FPP_None }; enum
|
| H A D | LangOptions.def | 333 ENUM_LANGOPT(Float16ExcessPrecision, ExcessPrecisionKind, 2, FPP_Standard, "Intermediate truncation… 334 ENUM_LANGOPT(BFloat16ExcessPrecision, ExcessPrecisionKind, 2, FPP_Standard, "Intermediate truncatio…
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 1523 Ctx.getLangOpts().ExcessPrecisionKind::FPP_None) in UseExcessPrecision() 1531 Ctx.getLangOpts().ExcessPrecisionKind::FPP_None) in UseExcessPrecision()
|