Home
last modified time | relevance | path

Searched refs:FPOptions (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h627 class FPOptions {
659 FPOptions() : Value(0) { in FPOptions() function
743 FPOptions Opts; in getFromOpaqueInt()
777 FPOptions Options = FPOptions::getFromOpaqueInt(0);
797 FPOptionsOverride(FPOptions FPO) in FPOptionsOverride()
799 FPOptionsOverride(FPOptions FPO, FPOptions::storage_type Mask) in FPOptionsOverride()
839 Opts.Options = FPOptions::getFromOpaqueInt(I >> FPOptions::StorageBitSize); in getFromOpaqueInt()
843 FPOptions applyOverrides(FPOptions Base) { in applyOverrides()
844 FPOptions Result = in applyOverrides()
851 return applyOverrides(FPOptions(LO)); in applyOverrides()
[all …]
H A DFPOptions.def1 //===--- FPOptions.def - Floating Point Options database --------*- C++ -*-===//
/llvm-project-15.0.7/clang/lib/Basic/
H A DLangOptions.cpp202 FPOptions FPOptions::defaultWithoutTrailingStorage(const LangOptions &LO) { in defaultWithoutTrailingStorage()
203 FPOptions result(LO); in defaultWithoutTrailingStorage()
207 FPOptionsOverride FPOptions::getChangesSlow(const FPOptions &Base) const { in getChangesSlow()
208 FPOptions::storage_type OverrideMask = 0; in getChangesSlow()
216 LLVM_DUMP_METHOD void FPOptions::dump() { in dump()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h79 FPOptions InitialFPFeatures;
81 CompoundScopeInfo(bool IsStmtExpr, FPOptions FPO) in CompoundScopeInfo()
H A DSema.h405 FPOptions CurFPFeatures;
1576 FPOptions OldFPFeaturesState;
1620 FPOptions &getCurFPFeatures() { return CurFPFeatures; } in getCurFPFeatures()
/llvm-project-15.0.7/clang/include/clang/
H A Dmodule.modulemap62 textual header "Basic/FPOptions.def"
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h416 FPOptions getFPFeaturesInEffect(const LangOptions &LO) const;
2320 FPOptions getFPFeaturesInEffect(const LangOptions &LO) const { in getFPFeaturesInEffect()
2323 return FPOptions::defaultWithoutTrailingStorage(LO); in getFPFeaturesInEffect()
3081 FPOptions getFPFeaturesInEffect(const LangOptions &LO) const { in getFPFeaturesInEffect()
3084 return FPOptions::defaultWithoutTrailingStorage(LO); in getFPFeaturesInEffect()
3572 FPOptions getFPFeaturesInEffect(const LangOptions &LO) const { in getFPFeaturesInEffect()
3575 return FPOptions::defaultWithoutTrailingStorage(LO); in getFPFeaturesInEffect()
4005 FPOptions getFPFeaturesInEffect(const LangOptions &LO) const { in getFPFeaturesInEffect()
4008 return FPOptions::defaultWithoutTrailingStorage(LO); in getFPFeaturesInEffect()
H A DExprCXX.h183 FPOptionsOverride FPOptions, unsigned MinNumArgs);
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.h716 CGFPOptionsRAII(CodeGenFunction &CGF, FPOptions FPFeatures);
721 void ConstructorHelper(FPOptions FPFeatures);
723 FPOptions OldFPFeatures;
728 FPOptions CurFPFeatures;
4658 void SetFastMathFlags(FPOptions FPFeatures);
H A DCodeGenFunction.cpp113 void CodeGenFunction::SetFastMathFlags(FPOptions FPFeatures) { in SetFastMathFlags()
132 FPOptions FPFeatures) in CGFPOptionsRAII()
137 void CodeGenFunction::CGFPOptionsRAII::ConstructorHelper(FPOptions FPFeatures) { in ConstructorHelper()
H A DCGExprScalar.cpp92 FPOptions FPFeatures;
2460 FPOptions FPFeatures) { in createBinOpInfoFromIncDec()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp612 FPOptionsOverride FPOptions, in CXXMemberCallExpr() argument
615 FPOptions, MinNumArgs, NotADL) {}
H A DExpr.cpp3707 FPOptions Expr::getFPFeaturesInEffect(const LangOptions &LO) const { in getFPFeaturesInEffect()
3716 return FPOptions::defaultWithoutTrailingStorage(LO); in getFPFeaturesInEffect()
H A DExprConstant.cpp2576 FPOptions FPO = E->getFPFeaturesInEffect(Info.Ctx.getLangOpts()); in checkFloatingPointResult()
2635 const FPOptions FPO, in HandleIntToFloatCast()
4404 const FPOptions FPO = E->getFPFeaturesInEffect( in found()
14029 const FPOptions FPO = E->getFPFeaturesInEffect( in VisitCastExpr()
14274 const FPOptions FPO = E->getFPFeaturesInEffect( in VisitCastExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp449 FPOptions FPO = (getCurFunction()->CompoundScopes.size() == 1) in ActOnCompoundStmt()
450 ? FPOptions(getLangOpts()) in ActOnCompoundStmt()