Home
last modified time | relevance | path

Searched refs:ExcessPrecisionKind (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFPOptions.def28 FP_OPTION(Float16ExcessPrecision, LangOptions::ExcessPrecisionKind, 2, FPEvalMethod)
29 FP_OPTION(BFloat16ExcessPrecision, LangOptions::ExcessPrecisionKind, 2, Float16ExcessPrecision)
H A DLangOptions.h338 enum ExcessPrecisionKind { FPP_Standard, FPP_Fast, FPP_None }; enum
H A DLangOptions.def313 ENUM_LANGOPT(Float16ExcessPrecision, ExcessPrecisionKind, 2, FPP_Standard, NotCompatible, "Intermed…
314 ENUM_LANGOPT(BFloat16ExcessPrecision, ExcessPrecisionKind, 2, FPP_Standard, NotCompatible, "Interme…
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1631 Ctx.getLangOpts().ExcessPrecisionKind::FPP_None) in UseExcessPrecision()
1639 Ctx.getLangOpts().ExcessPrecisionKind::FPP_None) in UseExcessPrecision()