Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DFPOptions.def28 OPTION(Float16ExcessPrecision, LangOptions::ExcessPrecisionKind, 2, FPEvalMethod)
29 OPTION(BFloat16ExcessPrecision, LangOptions::ExcessPrecisionKind, 2, Float16ExcessPrecision)
H A DLangOptions.h311 enum ExcessPrecisionKind { FPP_Standard, FPP_Fast, FPP_None }; enum
H A DLangOptions.def333 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 DType.cpp1523 Ctx.getLangOpts().ExcessPrecisionKind::FPP_None) in UseExcessPrecision()
1531 Ctx.getLangOpts().ExcessPrecisionKind::FPP_None) in UseExcessPrecision()