Home
last modified time | relevance | path

Searched refs:FPM_Fast (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.h213 FPM_Fast, enumerator
493 LangOptContractMode = LangOptions::FPM_Fast; in FPOptions()
521 return getFPContractMode() == LangOptions::FPM_Fast; in allowFPContractAcrossStatement()
524 setFPContractMode(LangOptions::FPM_Fast); in setAllowFPContractAcrossStatement()
602 setFPContractModeOverride(LangOptions::FPM_Fast); in setAllowFPContractAcrossStatement()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp1103 case LangOptions::FPM_Fast: in ActOnPragmaFPContract()
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp3208 Opts.setDefaultFPContractMode(LangOptions::FPM_Fast); in setLangDefaults()
3487 if (Opts.DefaultFPContractMode == LangOptions::FPM_Fast) in GenerateLangArgs()
3790 Opts.setDefaultFPContractMode(LangOptions::FPM_Fast); in ParseLangArgs()
3938 Opts.setDefaultFPContractMode(LangOptions::FPM_Fast); in ParseLangArgs()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp505 case LangOptions::FPM_Fast: in initTargetOptions()
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp3016 .Case("fast", LangOptions::FPModeKind::FPM_Fast) in HandlePragma()