Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h299 FPM_Off, enumerator
902 setFPContractMode(LangOptions::FPM_Off); in FPOptions()
931 setAllowFEnvAccess(LangOptions::FPM_Off); in FPOptions()
1061 setFPContractModeOverride(LangOptions::FPM_Off); in setDisallowFPContract()
H A DLangOptions.def308 ENUM_LANGOPT(DefaultFPContractMode, FPModeKind, 2, FPM_Off, Benign, "FP contraction type")
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.cpp166 if (Opts.getDefaultFPContractMode() != LangOptions::FPModeKind::FPM_Off) in addVisualCDefines()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp835 FPC = LangOptions::FPM_Off; in HandlePragmaFPContract()
3361 .Case("off", LangOptions::FPModeKind::FPM_Off) in HandlePragma()
3375 .Case("off", LangOptions::FPModeKind::FPM_Off) in HandlePragma()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp388 case LangOptions::FPM_Off: in initTargetOptions()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp1392 case LangOptions::FPM_Off: in ActOnPragmaFPContract()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3965 else if (Opts.DefaultFPContractMode == LangOptions::FPM_Off) in GenerateLangArgs()
4510 Opts.setDefaultFPContractMode(LangOptions::FPM_Off); in ParseLangArgs()