Home
last modified time | relevance | path

Searched refs:FPM_Off (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h269 FPM_Off, enumerator
758 setFPContractMode(LangOptions::FPM_Off); in FPOptions()
787 setAllowFEnvAccess(LangOptions::FPM_Off); in FPOptions()
912 setFPContractModeOverride(LangOptions::FPM_Off); in setDisallowFPContract()
H A DLangOptions.def328 BENIGN_ENUM_LANGOPT(DefaultFPContractMode, FPModeKind, 2, FPM_Off, "FP contraction type")
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.cpp155 if (Opts.getDefaultFPContractMode() != LangOptions::FPModeKind::FPM_Off) in addVisualCDefines()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp844 FPC = LangOptions::FPM_Off; in HandlePragmaFPContract()
3339 .Case("off", LangOptions::FPModeKind::FPM_Off) in HandlePragma()
3353 .Case("off", LangOptions::FPModeKind::FPM_Off) in HandlePragma()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp1278 case LangOptions::FPM_Off: in ActOnPragmaFPContract()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp341 case LangOptions::FPM_Off: in initTargetOptions()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3577 else if (Opts.DefaultFPContractMode == LangOptions::FPM_Off) in GenerateLangArgs()
4071 Opts.setDefaultFPContractMode(LangOptions::FPM_Off); in ParseLangArgs()