Searched refs:ExcessPrecisionKind (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
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…
|
/freebsd/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()
|